[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / 5 / 4 / 8 / Moya-Pretty / 1.2 / Moya-Pretty.podspec.json
blob90b35b0543a20f9ae1c72659ca1e2a75d56a734d
2   "name": "Moya-Pretty",
3   "version": "1.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": "1.2"
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.1",
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "Moya": [
31           "~> 11.0"
32         ]
33       },
34       "source_files": "Moya-Pretty/Classes/**/*"
35     },
36     {
37       "name": "ObjectMapper",
38       "source_files": "Moya-Pretty/SubSpec/ObjectMapper/Sources/*",
39       "dependencies": {
40         "Moya-Pretty/Core": [
42         ],
43         "ObjectMapper": [
45         ]
46       }
47     },
48     {
49       "name": "XMLDictionary",
50       "source_files": "Moya-Pretty/SubSpec/XMLDictionary/Sources/*",
51       "dependencies": {
52         "Moya-Pretty/ObjectMapper": [
54         ],
55         "XMLDictionary": [
57         ]
58       }
59     },
60     {
61       "name": "PromiseKit",
62       "source_files": "Moya-Pretty/SubSpec/Promise/Sources/*",
63       "dependencies": {
64         "Moya-Pretty/Core": [
66         ],
67         "PromiseKit": [
69         ]
70       }
71     },
72     {
73       "name": "RxSwift",
74       "source_files": "Moya-Pretty/SubSpec/RxSwift/Sources/*",
75       "dependencies": {
76         "Moya-Pretty/Core": [
78         ],
79         "Moya/RxSwift": [
81         ]
82       }
83     },
84     {
85       "name": "RESTful",
86       "dependencies": {
87         "Moya-Pretty/Core": [
89         ]
90       },
91       "source_files": "Moya-Pretty/SubSpec/RESTful/Sources/*"
92     },
93     {
94       "name": "Plugins",
95       "dependencies": {
96         "Moya-Pretty/Core": [
98         ]
99       },
100       "source_files": "Moya-Pretty/SubSpec/Plugins/Sources/*"
101     }
102   ]