blob: 111757212520e0b955b4cd7ab3adc726c5c4f19a [file] [log] [blame]
{
"name": "catalyze-healthkit-sdk",
"version": "0.0.1",
"summary": "SDK for interacting with HealthKit and the Catalyze API",
"homepage": "https://github.com/catalyzeio/catalyze-healthkit-sdk",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Josh Ault": "josh@catalyze.io"
},
"source": {
"git": "https://github.com/catalyzeio/catalyze-healthkit-sdk.git",
"tag": "0.0.1"
},
"source_files": "catalyze-healthkit-sdk/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"catalyze-ios-sdk": [
"~> 4.0"
]
}
}