[Delete] CellBuilder 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 4.0.3 / Moya.podspec.json
blob0ecff9421acdf52b29845284e74a9c2945412717
2   "name": "Moya",
3   "version": "4.0.3",
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": "4.0.3"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Moya/*.swift",
28         "Moya/Plugins/*swift"
29       ],
30       "dependencies": {
31         "Alamofire": [
32           "~> 3.0"
33         ]
34       },
35       "frameworks": "Foundation"
36     },
37     {
38       "name": "ReactiveCore",
39       "source_files": "Moya/ReactiveCore/*.swift",
40       "dependencies": {
41         "Moya/Core": [
43         ]
44       }
45     },
46     {
47       "name": "ReactiveCocoa",
48       "source_files": "Moya/ReactiveCocoa/*.swift",
49       "dependencies": {
50         "Moya/ReactiveCore": [
52         ],
53         "ReactiveCocoa": [
54           "~> 4.0-alpha.1"
55         ]
56       }
57     },
58     {
59       "name": "RxSwift",
60       "source_files": "Moya/RxSwift/*.swift",
61       "dependencies": {
62         "Moya/ReactiveCore": [
64         ],
65         "RxSwift": [
66           "~> 2.0.0-alpha"
67         ]
68       }
69     }
70   ]