[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 4.4.0 / Moya.podspec.json
blob8519640879f61eb9359051a3c3f9f1159187215f
2   "name": "Moya",
3   "version": "4.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.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": "4.4.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": "ReactiveCore",
42       "source_files": "Source/ReactiveCore/*.swift",
43       "dependencies": {
44         "Moya/Core": [
46         ]
47       }
48     },
49     {
50       "name": "ReactiveCocoa",
51       "source_files": "Source/ReactiveCocoa/*.swift",
52       "dependencies": {
53         "Moya/ReactiveCore": [
55         ],
56         "ReactiveCocoa": [
57           "4.0.3-alpha-3"
58         ]
59       }
60     },
61     {
62       "name": "RxSwift",
63       "source_files": "Source/RxSwift/*.swift",
64       "dependencies": {
65         "Moya/ReactiveCore": [
67         ],
68         "RxSwift": [
69           "~> 2.0.0-beta"
70         ]
71       }
72     }
73   ]