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