[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 3 / 1 / e / Moya-X / 0.3.1 / Moya-X.podspec.json
blob5c19f715489c1984e987662d3b8d79efba327037
2   "name": "Moya-X",
3   "version": "0.3.1",
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.1"
20   },
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "pushed_with_swift_version": "3.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Core/*.swift",
29       "dependencies": {
30         "Moya/RxSwift": [
32         ]
33       }
34     },
35     {
36       "name": "JSONMappable",
37       "source_files": "JSONMappable/*.swift",
38       "dependencies": {
39         "Moya-X/Core": [
41         ],
42         "SwiftyJSON-X": [
44         ]
45       }
46     }
47   ]