[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 5.0.0 / Moya.podspec.json
blobe30707fdc35afa4802a659a4b4d6037166c71b28
2   "name": "Moya",
3   "version": "5.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\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": "5.0.0"
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.0"
36         ]
37       },
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "ReactiveCocoa",
42       "source_files": "Source/ReactiveCocoa/*.swift",
43       "dependencies": {
44         "Moya/Core": [
46         ],
47         "ReactiveCocoa": [
48           "4.0.3-alpha-3"
49         ]
50       }
51     },
52     {
53       "name": "RxSwift",
54       "source_files": "Source/RxSwift/*.swift",
55       "dependencies": {
56         "Moya/Core": [
58         ],
59         "RxSwift": [
60           "~> 2.0.0-beta"
61         ]
62       }
63     }
64   ]