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