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