[Add] RapidKitFoundation_MacOS 2024.1220.1144.617
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 11.0.0-beta.2 / Moya.podspec.json
blobd5d553aca4cb143b2f855229bdc2b5ac257a46e3
2   "name": "Moya",
3   "version": "11.0.0-beta.2",
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": "11.0.0-beta.2"
24   },
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "4.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": "ReactiveSwift",
46       "source_files": "Sources/ReactiveMoya/",
47       "dependencies": {
48         "Moya/Core": [
50         ],
51         "ReactiveSwift": [
52           "~> 3.0"
53         ]
54       }
55     },
56     {
57       "name": "RxSwift",
58       "source_files": "Sources/RxMoya/",
59       "dependencies": {
60         "Moya/Core": [
62         ],
63         "RxSwift": [
64           "~> 4.0"
65         ]
66       }
67     }
68   ]