[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 4 / 2 / c / RONetworking / 2.1.5 / RONetworking.podspec.json
blob245ce723c95f45108e3051b7701c29e031897650
2   "name": "RONetworking",
3   "version": "2.1.5",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/prine/RONetworking",
8   "authors": {
9     "Robin Oster": "robin.oster@rascor.com"
10   },
11   "summary": "A generic webservice implementation including made easy object mapping with JSON responses",
12   "source": {
13     "git": "https://github.com/prine/RONetworking.git",
14     "tag": "2.1.5"
15   },
16   "source_files": "Source/**/*",
17   "frameworks": "SystemConfiguration",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.0"
24     ],
25     "SwiftyJSON": [
26       "~> 3.0.0"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"