| { |
| "name": "SwiftySensorsTrainers", |
| "version": "0.3.4", |
| "summary": "Trainer Plugins for SwiftySensors", |
| "homepage": "https://github.com/kinetic-fit/sensors-swift-trainers", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kinetic": "admin@kinetic.fit" |
| }, |
| "platforms": { |
| "ios": "8.2", |
| "osx": "10.11" |
| }, |
| "source": { |
| "git": "https://github.com/kinetic-fit/sensors-swift-trainers.git", |
| "tag": "0.3.4" |
| }, |
| "source_files": [ |
| "Source/**/*.swift", |
| "Headers/*.h" |
| ], |
| "ios": { |
| "vendored_libraries": "Libraries/libKineticSDK.a" |
| }, |
| "osx": { |
| "vendored_libraries": "Libraries/libKineticSDKCocoa.a" |
| }, |
| "dependencies": { |
| "SwiftySensors": [ |
| "~>0.3" |
| ], |
| "Signals": [ |
| "~> 4.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |