[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 2 / 8 / CBRRESTConnection / 1.4.1 / CBRRESTConnection.podspec.json
blobebec7a4a4d2a93e254d1aeeca89e8587782f8a79
2   "name": "CBRRESTConnection",
3   "version": "1.4.1",
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/CloudBridge.git",
12     "tag": "1.4.1"
13   },
14   "social_media_url": "https://twitter.com/oletterer",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "requires_arc": true,
21   "source_files": "CBRRESTConnection",
22   "frameworks": "CoreData",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0.0-beta"
26     ],
27     "CloudBridge": [
28       "~> 1.4"
29     ]
30   }