[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / e / 2 / Moya-Gloss / 1.0.0 / Moya-Gloss.podspec.json
blobb73d253dac3ffc3f41e337e3c6483ec03142ee4d
2   "name": "Moya-Gloss",
3   "version": "1.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/) 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": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/spxrogers",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Source/*.swift",
28       "dependencies": {
29         "Moya": [
30           "~> 6.0"
31         ],
32         "Gloss": [
33           "~> 0.7"
34         ]
35       },
36       "frameworks": "Foundation"
37     },
38     {
39       "name": "RxSwift",
40       "source_files": "Source/RxSwift/*.swift",
41       "dependencies": {
42         "Moya/RxSwift": [
43           "~> 6.0"
44         ],
45         "Moya-Gloss/Core": [
47         ],
48         "RxSwift": [
49           "~> 2.0"
50         ]
51       }
52     }
53   ]