blob: 4f37689f0716d706f42db9b9343204c65f3bcaa9 [file] [log] [blame]
{
"name": "MEOCloudSDK",
"version": "0.1.0",
"summary": "An iOS framework for using MEOCloud API in a simple and easy way.",
"homepage": "https://github.com/lm2s/MEOCloudSDK",
"license": "MIT",
"authors": {
"Luís M. Marques Silva": "lm2s@gmx.com"
},
"source": {
"git": "https://github.com/lm2s/MEOCloudSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"MEOCloudSDK/*.{h,m}",
"MEOCloudSDK/Model/*.{h,m}",
"MEOCloudSDK/AFDownloadRequestOperation/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"BDBOAuth1Manager": [
"~> 1.5.0"
]
}
}