[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 6 / a / Restofire / 2.0.0.beta.2 / Restofire.podspec.json
blobc849a348d69b2fb3df6d768fb8302d5bc336742d
2   "name": "Restofire",
3   "version": "2.0.0.beta.2",
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 declartive 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": "v2.0.0.beta.2"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "pod_target_xcconfig": {
27     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
28   },
29   "default_subspecs": "Core",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Sources/*.swift",
34       "dependencies": {
35         "Alamofire": [
36           "~> 4.0.0"
37         ]
38       },
39       "frameworks": "Foundation"
40     }
41   ]