blob: 5dbce4de45f18a3850974e2b6260c624b2665ec1 [file] [log] [blame]
{
"name": "HealthStore",
"version": "0.1.0",
"summary": "Wrapper for HealthKit to read and write data.",
"description": "A simple wrapper for HealthKit to read and write data.",
"homepage": "https://github.com/akifumi/HealthStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"akifumi": "akifumi.fukaya@gmail.com"
},
"source": {
"git": "https://github.com/akifumi/HealthStore.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "HealthStore/Classes/**/*",
"frameworks": "HealthKit",
"pushed_with_swift_version": "4.0"
}