[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 4 / 8 / Moya-Pretty / 4.0.0-alpha.1 / Moya-Pretty.podspec.json
blob93c9bbce730b37bdf139d82ad2dfc46ae697ee04
2   "name": "Moya-Pretty",
3   "version": "4.0.0-alpha.1",
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": "4.0.0-alpha.1"
17   },
18   "social_media_url": "https://twitter.com/Arthurgau",
19   "platforms": {
20     "ios": "13.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           "~> 15.0.0-alpha.1"
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": "Combine",
89       "source_files": "Moya-Pretty/SubSpec/Combine/Sources/*",
90       "dependencies": {
91         "Moya-Pretty/Core": [
93         ],
94         "Moya/Combine": [
95           "~> 15.0.0-alpha.1"
96         ]
97       }
98     },
99     {
100       "name": "RxSwift",
101       "source_files": "Moya-Pretty/SubSpec/RxSwift/Sources/*",
102       "dependencies": {
103         "Moya-Pretty/Core": [
105         ],
106         "Moya/RxSwift": [
107           "~> 15.0.0-alpha.1"
108         ]
109       }
110     },
111     {
112       "name": "ReactiveSwift",
113       "source_files": "Moya-Pretty/SubSpec/ReactiveSwift/Sources/*",
114       "dependencies": {
115         "Moya-Pretty/Core": [
117         ],
118         "Moya/ReactiveSwift": [
119           "~> 15.0.0-alpha.1"
120         ]
121       }
122     },
123     {
124       "name": "RESTful",
125       "dependencies": {
126         "Moya-Pretty/Core": [
128         ]
129       },
130       "source_files": "Moya-Pretty/SubSpec/RESTful/Sources/*"
131     },
132     {
133       "name": "Plugins",
134       "dependencies": {
135         "Moya-Pretty/Core": [
137         ]
138       },
139       "source_files": "Moya-Pretty/SubSpec/Plugins/Sources/*"
140     }
141   ],
142   "swift_version": "5.1"