[Add] RapidKitFoundation_MacOS 2024.1220.1144.617
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 7.0.2 / Moya.podspec.json
blobd126e2bd186906ea411a9110ea10ce719d3c3e3a
2   "name": "Moya",
3   "version": "7.0.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\nReactiveCocoa 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.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/Moya/Moya.git",
23     "tag": "7.0.2"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Source/*.swift",
31         "Source/Plugins/*swift"
32       ],
33       "dependencies": {
34         "Alamofire": [
35           "~> 3.5"
36         ],
37         "Result": [
38           "~> 2.0"
39         ]
40       },
41       "frameworks": "Foundation"
42     },
43     {
44       "name": "ReactiveCocoa",
45       "source_files": "Source/ReactiveCocoa/*.swift",
46       "dependencies": {
47         "Moya/Core": [
49         ],
50         "ReactiveCocoa": [
51           "~> 4.0"
52         ]
53       }
54     },
55     {
56       "name": "RxSwift",
57       "source_files": "Source/RxSwift/*.swift",
58       "dependencies": {
59         "Moya/Core": [
61         ],
62         "RxSwift": [
63           "~> 2.0"
64         ]
65       }
66     }
67   ]