[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 2.1.0 / Moya.podspec.json
blobdd0225b92df539d84ed0441045fc222a3b249b84
2   "name": "Moya",
3   "version": "2.1.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"
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   },
18   "source": {
19     "git": "https://github.com/Moya/Moya.git",
20     "tag": "2.1.0"
21   },
22   "default_subspecs": "Core",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Moya/*.swift",
28       "dependencies": {
29         "Alamofire": [
30           "~> 1.3.0"
31         ]
32       },
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "ReactiveCore",
37       "source_files": "Moya/ReactiveCore/*.swift",
38       "dependencies": {
39         "Moya/Core": [
41         ]
42       }
43     },
44     {
45       "name": "ReactiveCocoa",
46       "source_files": "Moya/ReactiveCocoa/*.swift",
47       "dependencies": {
48         "Moya/ReactiveCore": [
50         ],
51         "ReactiveCocoa": [
52           "3.0-beta.6"
53         ]
54       }
55     },
56     {
57       "name": "RxSwift",
58       "source_files": "Moya/RxSwift/*.swift",
59       "dependencies": {
60         "Moya/ReactiveCore": [
62         ],
63         "RxSwift": [
64           "~> 1.4"
65         ]
66       }
67     }
68   ]