[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / e / Moya-X / 1.0.0 / Moya-X.podspec.json
blobce02c3ea0057f4892745cb341fe6d561a11fe885
2   "name": "Moya-X",
3   "version": "1.0.0",
4   "summary": "Moya extension",
5   "homepage": "https://github.com/ApterKing/Moya-X",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ApterKing": "wangcccong@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/ApterKing/Moya-X.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Moya-X/Classes/Core/*.swift",
26       "dependencies": {
27         "Moya/RxSwift": [
29         ]
30       }
31     },
32     {
33       "name": "JSONMappable",
34       "source_files": "Moya-X/Classes/JSONMappable/*.swift",
35       "dependencies": {
36         "Moya/RxSwift": [
38         ],
39         "SwiftyJSON-X": [
41         ]
42       }
43     }
44   ]