blob: 38b287589eb590cdc42a0d484cc66eacfb8878e3 [file] [log] [blame]
{
"name": "hAPI-SDK",
"version": "1.0.1",
"summary": "hAPI-SDK",
"description": "iOS Helper Methods for interacting with MedHelp's 'Health' API or 'hAPI'",
"homepage": "https://github.com/medhelpintl/iphone_hAPI-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"medhelp": "iphone@medhelp.org"
},
"source": {
"git": "https://github.com/medhelpintl/iphone_hAPI-SDK.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Headers",
"preserve_paths": "Pod/libhAPISDK.a",
"ios": {
"vendored_libraries": "Pod/libhAPISDK.a"
},
"dependencies": {
"AFNetworking": [
"~> 1.3.3"
]
}
}