[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 4 / 8 / Moya-Pretty / 3.0.0 / Moya-Pretty.podspec.json
blob5d1a75d68f5a9a133cf6d6a52242b990f949d926
2   "name": "Moya-Pretty",
3   "version": "3.0.0",
4   "summary": "Codable, ObjectMapper, RxSwift, PromiseKit, RESTful extensions for Moya.",
5   "description": "*Moya-Pretty* provides many convenient extensions like *generic class-based target*, *plugins*, even *RESTful traits*. This allows you to declare [Moya](https://github.com/Moya/Moya) Target more pretty and without writing those extensions again by yourself.",
6   "homepage": "https://github.com/arthurgau0419/Moya-Pretty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ObiCat": "arthurgau0419@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/arthurgau0419/Moya-Pretty.git",
16     "tag": "3.0.0"
17   },
18   "social_media_url": "https://twitter.com/Arthurgau",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": [
23     "Core"
24   ],
25   "swift_versions": [
26     "5.0",
27     "5.1"
28   ],
29   "subspecs": [
30     {
31       "name": "Core",
32       "dependencies": {
33         "Moya": [
34           "~> 14"
35         ]
36       },
37       "source_files": "Moya-Pretty/Classes/**/*"
38     },
39     {
40       "name": "Japx",
41       "source_files": "Moya-Pretty/SubSpec/Japx/Sources/*",
42       "dependencies": {
43         "Moya-Pretty/Core": [
45         ],
46         "Japx/Codable": [
48         ]
49       }
50     },
51     {
52       "name": "ObjectMapper",
53       "source_files": "Moya-Pretty/SubSpec/ObjectMapper/Sources/*",
54       "dependencies": {
55         "Moya-Pretty/Core": [
57         ],
58         "ObjectMapper": [
60         ]
61       }
62     },
63     {
64       "name": "XMLDictionary",
65       "source_files": "Moya-Pretty/SubSpec/XMLDictionary/Sources/*",
66       "dependencies": {
67         "Moya-Pretty/ObjectMapper": [
69         ],
70         "XMLDictionary": [
72         ]
73       }
74     },
75     {
76       "name": "PromiseKit",
77       "source_files": "Moya-Pretty/SubSpec/Promise/Sources/*",
78       "dependencies": {
79         "Moya-Pretty/Core": [
81         ],
82         "PromiseKit": [
84         ]
85       }
86     },
87     {
88       "name": "RxSwift",
89       "source_files": "Moya-Pretty/SubSpec/RxSwift/Sources/*",
90       "dependencies": {
91         "Moya-Pretty/Core": [
93         ],
94         "Moya/RxSwift": [
96         ]
97       }
98     },
99     {
100       "name": "ReactiveSwift",
101       "source_files": "Moya-Pretty/SubSpec/ReactiveSwift/Sources/*",
102       "dependencies": {
103         "Moya-Pretty/Core": [
105         ],
106         "Moya/ReactiveSwift": [
108         ]
109       }
110     },
111     {
112       "name": "RESTful",
113       "dependencies": {
114         "Moya-Pretty/Core": [
116         ]
117       },
118       "source_files": "Moya-Pretty/SubSpec/RESTful/Sources/*"
119     },
120     {
121       "name": "Plugins",
122       "dependencies": {
123         "Moya-Pretty/Core": [
125         ]
126       },
127       "source_files": "Moya-Pretty/SubSpec/Plugins/Sources/*"
128     }
129   ],
130   "swift_version": "5.1"