blob: d52620f8ba42bd754edcb56f75599e9aa8bd26e2 [file] [log] [blame]
{
"name": "hAPI-SDK",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Headers",
"preserve_paths": "Pod/libhAPISDK.a",
"ios": {
"vendored_libraries": "Pod/libhAPISDK.a"
}
}