Latest | 1.0.9 |
---|---|
Homepage | https://www.phidgets.com |
License | MIT |
Platforms | ios 8.0, osx 10.9 |
Authors |
Latest podspec
{ "name": "Phidget22Swift", "version": "1.0.9", "summary": "Phidget22 Swift Library", "description": "Phidget22 Swift library", "homepage": "https://www.phidgets.com", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "phidgets": "[email protected]" }, "source": { "http": "https://www.phidgets.com/downloads/phidget22/libraries/any/Phidget22Swift/Phidget22Swift_1.0.0.20180327.zip" }, "swift_version": "3.2", "platforms": { "ios": "8.0", "osx": "10.9" }, "source_files": [ "src/**/*", "libphidget22/phidget22.h" ], "ios": { "vendored_libraries": "libphidget22/libphidget22.a", "libraries": "phidget22" }, "osx": { "vendored_frameworks": "libphidget22/Phidget22.framework" }, "preserve_paths": [ "libphidget22/phidget22.h", "libphidget22/module.modulemap" ], "private_header_files": "libphidget22/phidget22.h", "xcconfig": { "HEADER_SEARCH_PATHS": "${PODS_ROOT}/#{s.name}/libphidget22/**", "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/libphidget22/** ${PODS_ROOT}/#{s.name}/libphidget22/**" } }
Thu, 29 Mar 2018 07:20:06 +0000