blob: 8e907bb86d05cef9407ea332e1c9253a46339054 [file] [log] [blame]
{
"name": "CBRRESTConnection",
"version": "0.7.0",
"summary": "CloudBridgeConnection for RESTful web services.",
"homepage": "https://github.com/Cloud-Bridge/CBRRESTConnection",
"license": "MIT",
"authors": {
"Oliver Letterer": "oliver.letterer@gmail.com"
},
"source": {
"git": "https://github.com/Cloud-Bridge/CBRRESTConnection.git",
"tag": "0.7.0"
},
"social_media_url": "https://twitter.com/oletterer",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CBRRESTConnection",
"frameworks": "CoreData",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"CloudBridge": [
"~> 0.5"
]
},
"prefix_header_contents": [
"#ifndef NS_DESIGNATED_INITIALIZER",
"#define NS_DESIGNATED_INITIALIZER",
"#endif"
]
}