[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 14.0.0-alpha.1 / Moya.podspec.json
blobc487598c477ae4f8a42d54ca41708dd2c3942359
2   "name": "Moya",
3   "version": "14.0.0-alpha.1",
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     "tvos": "9.0",
19     "watchos": "3.0"
20   },
21   "source": {
22     "git": "https://github.com/Moya/Moya.git",
23     "tag": "14.0.0-alpha.1"
24   },
25   "default_subspecs": "Core",
26   "swift_version": "5.0",
27   "cocoapods_version": ">= 1.4.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Sources/Moya/",
33         "Sources/Moya/Plugins/"
34       ],
35       "dependencies": {
36         "Alamofire": [
37           "~> 4.1"
38         ],
39         "Result": [
40           "~> 4.1"
41         ]
42       },
43       "frameworks": "Foundation"
44     },
45     {
46       "name": "ReactiveSwift",
47       "source_files": "Sources/ReactiveMoya/",
48       "dependencies": {
49         "Moya/Core": [
51         ],
52         "ReactiveSwift": [
53           "~> 6.0"
54         ]
55       }
56     },
57     {
58       "name": "RxSwift",
59       "source_files": "Sources/RxMoya/",
60       "dependencies": {
61         "Moya/Core": [
63         ],
64         "RxSwift": [
65           "~> 5.0"
66         ]
67       }
68     }
69   ]