[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 4.1.0 / Moya.podspec.json
blob7a902086d4f44457140463a52192f3c35306b168
2   "name": "Moya",
3   "version": "4.1.0",
4   "summary": "Network abstraction layer written in Swift",
5   "description": "Moya abstracts network commands using Swift Generics to provide developers\nwith more compile-time confidence.\n\nReactiveCocoa and RxSwift extensions exist as well. Instructions for installation\nare in [the README](https://github.com/Moya/Moya).",
6   "homepage": "https://github.com/Moya/Moya",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ash Furrow": "ash@ashfurrow.com"
13   },
14   "social_media_url": "http://twitter.com/ashfurrow",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/Moya/Moya.git",
21     "tag": "4.1.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Moya/*.swift",
29         "Moya/Plugins/*swift"
30       ],
31       "dependencies": {
32         "Alamofire": [
33           "~> 3.0"
34         ]
35       },
36       "frameworks": "Foundation"
37     },
38     {
39       "name": "ReactiveCore",
40       "source_files": "Moya/ReactiveCore/*.swift",
41       "dependencies": {
42         "Moya/Core": [
44         ]
45       }
46     },
47     {
48       "name": "ReactiveCocoa",
49       "source_files": "Moya/ReactiveCocoa/*.swift",
50       "dependencies": {
51         "Moya/ReactiveCore": [
53         ],
54         "ReactiveCocoa": [
55           "~> 4.0-alpha.1"
56         ]
57       }
58     },
59     {
60       "name": "RxSwift",
61       "source_files": "Moya/RxSwift/*.swift",
62       "dependencies": {
63         "Moya/ReactiveCore": [
65         ],
66         "RxSwift": [
67           "~> 2.0.0-alpha"
68         ]
69       }
70     }
71   ]