[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 4 / 6 / a / Restofire / 5.0.0-beta.1 / Restofire.podspec.json
blob8ea2b17a62633a1d20644ef1432b198c4ce84456
2   "name": "Restofire",
3   "version": "5.0.0-beta.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Restofire is a protocol oriented networking client for Alamofire.",
9   "homepage": "https://github.com/Restofire/Restofire",
10   "social_media_url": "https://twitter.com/rahulkatariya91",
11   "authors": {
12     "Rahul Katariya": "rahulkatariya@me.com"
13   },
14   "source": {
15     "git": "https://github.com/Restofire/Restofire.git",
16     "tag": "v5.0.0-beta.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "swift_versions": [
25     "5.0",
26     "5.1"
27   ],
28   "requires_arc": true,
29   "default_subspecs": "Core",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Sources/**/*.swift",
34       "dependencies": {
35         "Alamofire": [
36           "~> 5.0.0-rc.3"
37         ]
38       },
39       "frameworks": "Foundation"
40     }
41   ],
42   "swift_version": "5.1"