| { |
| "name": "HealthKitHelper", |
| "version": "0.1.0", |
| "summary": "HealthKitHelper", |
| "description": "HealthKitHelper which get HealthCharacteristics, StepsCount, FloorCount, WalkingAndRunningDistance", |
| "homepage": "https://github.com/telangiprashant/HealthKitHelper", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "telangiprashant": "telangiprashant@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/telangiprashant/HealthKitHelper.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_version": "4.0", |
| "source_files": "HealthKitHelper/Classes/**/*", |
| "frameworks": [ |
| "UIKit", |
| "HealthKit" |
| ] |
| } |