[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 12.0.0 / Moya.podspec.json
blob5fa2f9a9b7fa1cfc0ef54be4bb518421506b6a29
2   "name": "Moya",
3   "version": "12.0.0",
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   },
20   "source": {
21     "git": "https://github.com/Moya/Moya.git",
22     "tag": "12.0.0"
23   },
24   "default_subspecs": "Core",
25   "swift_version": "4.2",
26   "cocoapods_version": ">= 1.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           "~> 4.0"
40         ]
41       },
42       "frameworks": "Foundation",
43       "platforms": {
44         "watchos": "2.0"
45       }
46     },
47     {
48       "name": "ReactiveSwift",
49       "source_files": "Sources/ReactiveMoya/",
50       "dependencies": {
51         "Moya/Core": [
53         ],
54         "ReactiveSwift": [
55           "~> 4.0"
56         ]
57       },
58       "platforms": {
59         "watchos": "2.0"
60       }
61     },
62     {
63       "name": "RxSwift",
64       "source_files": "Sources/RxMoya/",
65       "dependencies": {
66         "Moya/Core": [
68         ],
69         "RxSwift": [
70           "~> 4.0"
71         ]
72       },
73       "platforms": {
74         "watchos": "3.0"
75       }
76     }
77   ]