[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 8.0.5 / Moya.podspec.json
blob2b2e26d4e0d7a73233659d9d1b62bcb422e0b351
2   "name": "Moya",
3   "version": "8.0.5",
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\nReactiveSwift 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.md"
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     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/Moya/Moya.git",
23     "tag": "8.0.5"
24   },
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "Sources/Moya/",
32         "Sources/Moya/Plugins/"
33       ],
34       "dependencies": {
35         "Alamofire": [
36           "~> 4.1"
37         ],
38         "Result": [
39           "~> 3.0"
40         ]
41       },
42       "frameworks": "Foundation"
43     },
44     {
45       "name": "ReactiveCocoa",
46       "dependencies": {
47         "Moya/ReactiveSwift": [
49         ]
50       }
51     },
52     {
53       "name": "ReactiveSwift",
54       "source_files": "Sources/ReactiveMoya/",
55       "dependencies": {
56         "Moya/Core": [
58         ],
59         "ReactiveSwift": [
60           "~> 1.1"
61         ]
62       }
63     },
64     {
65       "name": "RxSwift",
66       "source_files": "Sources/RxMoya/",
67       "dependencies": {
68         "Moya/Core": [
70         ],
71         "RxSwift": [
72           "~> 3.0"
73         ]
74       }
75     }
76   ]