[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / d / 2 / 8 / CBRRESTConnection / 1.4.2 / CBRRESTConnection.podspec.json
blobd5a81ca12eaec11f03fcee3173524dbda76f9c56
2   "name": "CBRRESTConnection",
3   "version": "1.4.2",
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.2"
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"
26     ],
27     "CloudBridge": [
28       "~> 1.4"
29     ]
30   }