blob: 0ca9249fd7db7b73f258b4abc2664c65656f04a8 [file] [log] [blame]
{
"name": "CBRRESTConnection",
"version": "0.12.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.12.0"
},
"social_media_url": "https://twitter.com/oletterer",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CBRRESTConnection",
"frameworks": "CoreData",
"dependencies": {
"AFNetworking": [
"~> 2.3.0"
],
"CloudBridge": [
"~> 0.8.0"
]
},
"prefix_header_contents": [
"#ifndef NS_DESIGNATED_INITIALIZER",
"#define NS_DESIGNATED_INITIALIZER",
"#endif"
]
}