[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / d / 2 / 8 / CBRRESTConnection / 1.2.0 / CBRRESTConnection.podspec.json
blob83620e6b499ed79bcaa07bab711bc8ea79146707
2   "name": "CBRRESTConnection",
3   "version": "1.2.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.2.0"
13   },
14   "social_media_url": "https://twitter.com/oletterer",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "CBRRESTConnection",
20   "frameworks": "CoreData",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.5"
24     ],
25     "CloudBridge": [
26       "~> 1.0"
27     ]
28   }