[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 4 / 6 / a / Restofire / 0.6.0 / Restofire.podspec.json
blob124c1f9ef85da79ef577c107562daa7b4adf371f
2   "name": "Restofire",
3   "version": "0.6.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 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": "v0.6.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0",
23     "watchos": "2.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           "~> 3.0"
34         ]
35       },
36       "frameworks": "Foundation"
37     },
38     {
39       "name": "ReactiveCocoa",
40       "source_files": "Sources/ReactiveCocoa/*.swift",
41       "dependencies": {
42         "Restofire/Core": [
44         ],
45         "ReactiveCocoa": [
46           "~> 4.0"
47         ]
48       }
49     },
50     {
51       "name": "RxSwift",
52       "source_files": "Sources/RxSwift/*.swift",
53       "dependencies": {
54         "Restofire/Core": [
56         ],
57         "RxSwift": [
58           "~> 2.0"
59         ]
60       }
61     }
62   ]