[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 7 / Moya-Decodable / 0.1.0 / Moya-Decodable.podspec.json
blobf9d669f8aa3f11802b55878ad14f838b3b840288
2   "name": "Moya-Decodable",
3   "version": "0.1.0",
4   "summary": "Decodable mappings for Moya network requests",
5   "description": "Extensions to simplify mapping Moya responses using 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.1.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": "4.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Moya-Decodable/**/*.swift",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "Moya": [
34         ]
35       }
36     },
37     {
38       "name": "RxSwift",
39       "source_files": "Sources/RxMoya-Decodable/**/*.swift",
40       "dependencies": {
41         "Moya-Decodable/Core": [
43         ],
44         "Moya": [
46         ],
47         "RxSwift": [
48           ">= 4.0.0-beta.0"
49         ]
50       }
51     }
52   ]