blob: 5d6d05c41c7b23d6f47498057193fd42d065ff23 [file] [log] [blame]
{
"name": "CMHealth",
"version": "0.2.1",
"summary": "A HIPAA compliant data storage interface for ResearchKit, from CloudMine.",
"description": "CMHealth is the easiest way to add secure, HIPAA compliant cloud data storage\nand user management to your ResearchKit clinical study iOS app. Built and\nbacked by CloudMine and the CloudMine Connected Health Cloud.",
"homepage": "https://github.com/cloudmine/CMHealthSDK-iOS",
"license": "MIT",
"authors": {
"CloudMine": "support@cloudmineinc.com"
},
"source": {
"git": "https://github.com/cloudmine/CMHealthSDK-iOS.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CMHealth": [
"Pod/Assets/*"
]
},
"dependencies": {
"ResearchKit": [
"~> 1.3"
],
"CloudMine": [
"~> 1.7"
],
"TPKeyboardAvoiding": [
"~> 1.2"
]
}
}