[Add] RapidKitFoundation_MacOS 2024.1220.1144.617
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 15.0.0-alpha.1 / Moya.podspec.json
blobdd86be08da0b9de4312cb7be14bf297fd39ebcd9
2   "name": "Moya",
3   "version": "15.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": "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": "15.0.0-alpha.1"
24   },
25   "default_subspecs": "Core",
26   "swift_versions": "5.1",
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           "~> 5.0"
38         ]
39       },
40       "frameworks": "Foundation"
41     },
42     {
43       "name": "Combine",
44       "source_files": "Sources/CombineMoya/",
45       "dependencies": {
46         "Moya/Core": [
48         ]
49       },
50       "frameworks": "Combine",
51       "platforms": {
52         "ios": "13.0",
53         "osx": "10.15",
54         "tvos": "13.0",
55         "watchos": "6.0"
56       }
57     },
58     {
59       "name": "ReactiveSwift",
60       "source_files": "Sources/ReactiveMoya/",
61       "dependencies": {
62         "Moya/Core": [
64         ],
65         "ReactiveSwift": [
66           "~> 6.0"
67         ]
68       }
69     },
70     {
71       "name": "RxSwift",
72       "source_files": "Sources/RxMoya/",
73       "dependencies": {
74         "Moya/Core": [
76         ],
77         "RxSwift": [
78           "~> 5.0"
79         ]
80       }
81     }
82   ],
83   "swift_version": "5.1"