[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 7 / Moya-Decodable / 0.2.0 / Moya-Decodable.podspec.json
blob4bf3f7b0cf9a733821d75f45b1ae47020eced988
2   "name": "Moya-Decodable",
3   "version": "0.2.0",
4   "summary": "Decodable mappings for Moya network requests",
5   "description": "Extensions to simplify mapping Moya responses to Decodable",
6   "homepage": "https://github.com/xiaoyaogaojian/Moya-Decodable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gao Jian": "xiaoyaogaojian@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/xiaoyaogaojian/Moya-Decodable.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "default_subspecs": "Core",
25   "pushed_with_swift_version": "3.2",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Moya-Decodable/**/*.swift",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "Moya": [
33           "~> 9.0"
34         ]
35       }
36     },
37     {
38       "name": "RxSwift",
39       "source_files": "Sources/RxMoya-Decodable/**/*.swift",
40       "dependencies": {
41         "Moya-Decodable/Core": [
43         ],
44         "RxSwift": [
45           "~> 3.0"
46         ]
47       }
48     }
49   ]