[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 5 / 4 / 8 / Moya-Pretty / 1.5.0 / Moya-Pretty.podspec.json
blob0b9bc5614adfae8afce0f0f4753f751cfe9e8f32
2   "name": "Moya-Pretty",
3   "version": "1.5.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": "1.5.0"
17   },
18   "social_media_url": "https://twitter.com/Arthurgau",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "default_subspecs": [
23     "Core"
24   ],
25   "swift_version": "4.2",
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "Moya": [
31           "~> 12.0"
32         ]
33       },
34       "source_files": "Moya-Pretty/Classes/**/*"
35     },
36     {
37       "name": "Japx",
38       "source_files": "Moya-Pretty/SubSpec/Japx/Sources/*",
39       "dependencies": {
40         "Moya-Pretty/Core": [
42         ],
43         "Japx/Codable": [
45         ]
46       }
47     },
48     {
49       "name": "ObjectMapper",
50       "source_files": "Moya-Pretty/SubSpec/ObjectMapper/Sources/*",
51       "dependencies": {
52         "Moya-Pretty/Core": [
54         ],
55         "ObjectMapper": [
57         ]
58       }
59     },
60     {
61       "name": "XMLDictionary",
62       "source_files": "Moya-Pretty/SubSpec/XMLDictionary/Sources/*",
63       "dependencies": {
64         "Moya-Pretty/ObjectMapper": [
66         ],
67         "XMLDictionary": [
69         ]
70       }
71     },
72     {
73       "name": "PromiseKit",
74       "source_files": "Moya-Pretty/SubSpec/Promise/Sources/*",
75       "dependencies": {
76         "Moya-Pretty/Core": [
78         ],
79         "PromiseKit": [
81         ]
82       }
83     },
84     {
85       "name": "RxSwift",
86       "source_files": "Moya-Pretty/SubSpec/RxSwift/Sources/*",
87       "dependencies": {
88         "Moya-Pretty/Core": [
90         ],
91         "Moya/RxSwift": [
93         ]
94       }
95     },
96     {
97       "name": "ReactiveSwift",
98       "source_files": "Moya-Pretty/SubSpec/ReactiveSwift/Sources/*",
99       "dependencies": {
100         "Moya-Pretty/Core": [
102         ],
103         "Moya/ReactiveSwift": [
105         ]
106       }
107     },
108     {
109       "name": "RESTful",
110       "dependencies": {
111         "Moya-Pretty/Core": [
113         ]
114       },
115       "source_files": "Moya-Pretty/SubSpec/RESTful/Sources/*"
116     },
117     {
118       "name": "Plugins",
119       "dependencies": {
120         "Moya-Pretty/Core": [
122         ]
123       },
124       "source_files": "Moya-Pretty/SubSpec/Plugins/Sources/*"
125     }
126   ]