[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / e / 2 / Moya-Gloss / 2.0.0 / Moya-Gloss.podspec.json
blob04514ad74da50985db453da434fccaa8d4f89c4b
2   "name": "Moya-Gloss",
3   "version": "2.0.0",
4   "summary": "Convenience Gloss bindings for Moya.",
5   "description": "[Gloss](https://github.com/hkellaway/Gloss) bindings for\n[Moya](https://github.com/Moya/Moya) for fabulous JSON serialization.\n[RxSwift](https://github.com/ReactiveX/RxSwift/) and [ReactiveSwift](https://github.com/ReactiveCocoa/ReactiveSwift/) bindings also included.\nInstructions on how to use it are in\n[the README](https://github.com/spxrogers/Moya-Gloss).",
6   "homepage": "https://github.com/spxrogers/Moya-Gloss",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Steven Rogers": "me@srogers.net"
13   },
14   "source": {
15     "git": "https://github.com/spxrogers/Moya-Gloss.git",
16     "tag": "2.0.0"
17   },
18   "social_media_url": "https://twitter.com/spxrogers",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Source/*.swift",
32       "dependencies": {
33         "Moya": [
34           "~> 8.0"
35         ],
36         "Gloss": [
37           "~> 1.1"
38         ]
39       },
40       "frameworks": "Foundation"
41     },
42     {
43       "name": "RxSwift",
44       "source_files": "Source/RxSwift/*.swift",
45       "dependencies": {
46         "Moya-Gloss/Core": [
48         ],
49         "Moya/RxSwift": [
51         ],
52         "RxSwift": [
53           "~> 3.0"
54         ]
55       }
56     },
57     {
58       "name": "ReactiveSwift",
59       "source_files": "Source/ReactiveSwift/*.swift",
60       "dependencies": {
61         "Moya-Gloss/Core": [
63         ],
64         "Moya/ReactiveSwift": [
66         ],
67         "ReactiveSwift": [
68           "~> 1.0"
69         ]
70       }
71     },
72     {
73       "name": "ReactiveCocoa",
74       "dependencies": {
75         "Moya-Gloss/ReactiveSwift": [
77         ]
78       }
79     }
80   ]