blob: 3e667fe2ba22f96728eb9e97ff2893d5e392c436 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.healthkit",
"version": "0.2.1",
"summary": "A HealthKit Module for AWARE Framework",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.healthkit",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.healthkit.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.healthkit/Classes/**/*",
"frameworks": "HealthKit",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.3.1"
]
}
}