[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 2.4.0 / Moya.podspec.json
blob6b1408303a03e2fa58af9ddc6fd82cb12e0a36b0
2   "name": "Moya",
3   "version": "2.4.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.4.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Moya/*.swift",
27       "dependencies": {
28         "Alamofire": [
29           "~> 2.0"
30         ]
31       },
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "ReactiveCore",
36       "source_files": "Moya/ReactiveCore/*.swift",
37       "dependencies": {
38         "Moya/Core": [
40         ]
41       }
42     },
43     {
44       "name": "ReactiveCocoa",
45       "source_files": "Moya/ReactiveCocoa/*.swift",
46       "dependencies": {
47         "Moya/ReactiveCore": [
49         ],
50         "ReactiveCocoa": [
51           "~> 4.0-alpha.1"
52         ]
53       }
54     },
55     {
56       "name": "RxSwift",
57       "source_files": "Moya/RxSwift/*.swift",
58       "dependencies": {
59         "Moya/ReactiveCore": [
61         ],
62         "RxSwift": [
63           "~> 2.0.0-alpha"
64         ]
65       }
66     }
67   ]