[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 4 / 6 / a / Restofire / 4.1.0 / Restofire.podspec.json
blob5bedb81318e34774c38d8bfcea649d65019fad76
2   "name": "Restofire",
3   "version": "4.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Restofire is a protocol oriented networking abstraction layer in swift",
9   "description": "Restofire is a protocol oriented networking abstraction layer in swift that is built on top of Alamofire to use services in a declarative way.",
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": "v4.1.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "swift_versions": [
26     "4",
27     "4.1",
28     "4.2",
29     "5",
30     "5.1"
31   ],
32   "requires_arc": true,
33   "default_subspecs": "Core",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Sources/**/*.swift",
38       "dependencies": {
39         "Alamofire": [
40           "~> 4.9"
41         ]
42       },
43       "frameworks": "Foundation"
44     }
45   ],
46   "swift_version": "5.1"