[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 5 / 4 / 8 / Moya-Pretty / 4.0.0-alpha.2 / Moya-Pretty.podspec.json
blobe6c2dc3984d97be078666c2654eee786aa9f705b
2   "name": "Moya-Pretty",
3   "version": "4.0.0-alpha.2",
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.2"
17   },
18   "social_media_url": "https://twitter.com/Arthurgau",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12"
22   },
23   "default_subspecs": [
24     "Core"
25   ],
26   "swift_versions": [
27     "5.0",
28     "5.1"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "dependencies": {
34         "Moya": [
35           "~> 15.0.0-alpha"
36         ]
37       },
38       "source_files": "Moya-Pretty/Classes/**/*"
39     },
40     {
41       "name": "Combine",
42       "source_files": "Moya-Pretty/SubSpec/Combine/Sources/*",
43       "dependencies": {
44         "Moya-Pretty/Core": [
46         ],
47         "Moya/Combine": [
48           "~> 15.0.0-alpha"
49         ]
50       },
51       "platforms": {
52         "ios": "13.0",
53         "osx": "10.15"
54       }
55     },
56     {
57       "name": "Japx",
58       "source_files": "Moya-Pretty/SubSpec/Japx/Sources/*",
59       "dependencies": {
60         "Moya-Pretty/Core": [
62         ],
63         "Japx/Codable": [
65         ]
66       }
67     },
68     {
69       "name": "ObjectMapper",
70       "source_files": "Moya-Pretty/SubSpec/ObjectMapper/Sources/*",
71       "dependencies": {
72         "Moya-Pretty/Core": [
74         ],
75         "ObjectMapper": [
77         ]
78       }
79     },
80     {
81       "name": "XMLDictionary",
82       "source_files": "Moya-Pretty/SubSpec/XMLDictionary/Sources/*",
83       "dependencies": {
84         "Moya-Pretty/ObjectMapper": [
86         ],
87         "XMLDictionary": [
89         ]
90       }
91     },
92     {
93       "name": "PromiseKit",
94       "source_files": "Moya-Pretty/SubSpec/Promise/Sources/*",
95       "dependencies": {
96         "Moya-Pretty/Core": [
98         ],
99         "PromiseKit": [
101         ]
102       }
103     },
104     {
105       "name": "RxSwift",
106       "source_files": "Moya-Pretty/SubSpec/RxSwift/Sources/*",
107       "dependencies": {
108         "Moya-Pretty/Core": [
110         ],
111         "Moya/RxSwift": [
112           "~> 15.0.0-alpha"
113         ]
114       }
115     },
116     {
117       "name": "ReactiveSwift",
118       "source_files": "Moya-Pretty/SubSpec/ReactiveSwift/Sources/*",
119       "dependencies": {
120         "Moya-Pretty/Core": [
122         ],
123         "Moya/ReactiveSwift": [
124           "~> 15.0.0-alpha"
125         ]
126       }
127     },
128     {
129       "name": "RESTful",
130       "dependencies": {
131         "Moya-Pretty/Core": [
133         ]
134       },
135       "source_files": "Moya-Pretty/SubSpec/RESTful/Sources/*"
136     },
137     {
138       "name": "Plugins",
139       "dependencies": {
140         "Moya-Pretty/Core": [
142         ]
143       },
144       "source_files": "Moya-Pretty/SubSpec/Plugins/Sources/*"
145     }
146   ],
147   "swift_version": "5.1"