blob: 98dcb7a1491ff148ec011d0366d1eea524467c8c [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.healthkit",
"version": "0.2.0",
"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.0"
},
"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"
]
}
}