[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / e / Moya-X / 0.3.2 / Moya-X.podspec.json
blob22f0efc9e72bde88b8fb8175e6c4d9e31532ad31
2   "name": "Moya-X",
3   "version": "0.3.2",
4   "summary": "Moya extensions",
5   "description": "Core: extensions for [Moya](https://github.com/Moya/Moya)\nJSONMappable: JSON<->Model [SwiftyJSON-X](https://github.com/ApterKing/SwiftyJSON-X)",
6   "homepage": "https://github.com/ApterKing/Moya-X",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ApterKing": "wangcccong@outlook.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ApterKing/Moya-X.git",
19     "tag": "0.3.2"
20   },
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Core/*.swift",
28       "dependencies": {
29         "Moya/RxSwift": [
31         ]
32       }
33     },
34     {
35       "name": "JSONMappable",
36       "source_files": "JSONMappable/*.swift",
37       "dependencies": {
38         "Moya/RxSwift": [
40         ],
41         "SwiftyJSON-X": [
43         ]
44       }
45     }
46   ]