blob: e4b8fdb7514d2b80bd56b07d0d5ff4e6a015bdd2 [file] [log] [blame]
{
"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"
]
}