blob: c234dc3c3dccc644301d4a23b538f35a072b9631 [file] [log] [blame]
{
"name": "catalyze-healthkit-sdk",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "catalyze-healthkit-sdk/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"catalyze-ios-sdk": [
"~> 4.0"
]
}
}