[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 2 / 8 / CBRRESTConnection / 0.6.0 / CBRRESTConnection.podspec.json
blobe8b03bdaa1b9942ae485dc27cc2926a9d73e983a
2   "name": "CBRRESTConnection",
3   "version": "0.6.0",
4   "summary": "CloudBridgeConnection for RESTful web services.",
5   "homepage": "https://github.com/Cloud-Bridge/CBRRESTConnection",
6   "license": "MIT",
7   "authors": {
8     "Oliver Letterer": "oliver.letterer@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Cloud-Bridge/CBRRESTConnection.git",
12     "tag": "0.6.0"
13   },
14   "social_media_url": "https://twitter.com/oletterer",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "CBRRESTConnection",
20   "frameworks": "CoreData",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.3"
24     ],
25     "CloudBridge": [
26       "~> 0.5"
27     ]
28   },
29   "prefix_header_contents": [
30     "#ifndef NS_DESIGNATED_INITIALIZER",
31     "#define NS_DESIGNATED_INITIALIZER",
32     "#endif"
33   ]