[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 9 / d / WhaleFull / 1.0.1 / WhaleFull.podspec.json
blob9a32ce05be328ed0bf9783108f5f958db24ec720
2   "name": "WhaleFull",
3   "version": "1.0.1",
4   "summary": "👌. MVVM + RxSwift + Moya + Plugins + HandyJSON + MJRefresh + DZNEmptyDataSet + SkeletonView",
5   "homepage": "https://github.com/yangKJ/WhaleFull",
6   "description": "https://github.com/yangKJ/WhaleFull/blob/master/README.md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangkejun": "ykj310@126.com"
13   },
14   "source": {
15     "git": "https://github.com/yangKJ/WhaleFull.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://juejin.cn/user/1987535102554472/posts",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "static_framework": true,
25   "module_name": "WhaleFull",
26   "subspecs": [
27     {
28       "name": "Resources",
29       "source_files": "Sources/Resources/*.swift",
30       "resource_bundles": {
31         "WhaleFull": [
32           "Sources/Resources/*.{xcassets,lproj}"
33         ]
34       }
35     },
36     {
37       "name": "Adapter",
38       "dependencies": {
39         "WhaleFull/Resources": [
41         ],
42         "RxSwift": [
44         ],
45         "RxCocoa": [
47         ]
48       },
49       "subspecs": [
50         {
51           "name": "Controller",
52           "source_files": "Sources/Adapter/Controller/*.swift",
53           "dependencies": {
54             "WhaleFull/Adapter/ViewModel": [
56             ]
57           }
58         },
59         {
60           "name": "ViewModel",
61           "source_files": "Sources/Adapter/ViewModel/*.swift"
62         }
63       ]
64     },
65     {
66       "name": "CTMediator",
67       "source_files": [
68         "Sources/CTMediator/*.swift",
69         "Sources/WhaleFull-Bridging-Header.h"
70       ],
71       "prefix_header_contents": "#import \"WhaleFull-Bridging-Header.h\"",
72       "dependencies": {
73         "CTMediator": [
75         ]
76       }
77     },
78     {
79       "name": "HBDNavigationBar",
80       "source_files": "Sources/HBDNavigationBar/*.swift",
81       "dependencies": {
82         "HBDNavigationBar": [
84         ]
85       }
86     },
87     {
88       "name": "MJRefresh",
89       "source_files": "Sources/MJRefresh/*.swift",
90       "dependencies": {
91         "WhaleFull/Adapter": [
93         ],
94         "MJRefresh": [
96         ]
97       }
98     },
99     {
100       "name": "DZNEmptyDataSet",
101       "source_files": "Sources/DZNEmptyDataSet/*.swift",
102       "dependencies": {
103         "WhaleFull/Adapter": [
105         ],
106         "EmptyDataSet-Swift": [
108         ]
109       }
110     },
111     {
112       "name": "HandyJSON",
113       "source_files": "Sources/HandyJSON/*.swift",
114       "dependencies": {
115         "HandyJSON": [
117         ],
118         "RxSwift": [
120         ]
121       }
122     },
123     {
124       "name": "MoyaNetwork",
125       "source_files": "Sources/MoyaNetwork/*.swift",
126       "dependencies": {
127         "RxSwift": [
129         ],
130         "Moya": [
132         ]
133       }
134     },
135     {
136       "name": "MoyaPlugins",
137       "subspecs": [
138         {
139           "name": "Indicator",
140           "source_files": "Sources/MoyaPlugins/Indicator/*.swift",
141           "dependencies": {
142             "WhaleFull/MoyaNetwork": [
144             ]
145           }
146         },
147         {
148           "name": "Loading",
149           "source_files": "Sources/MoyaPlugins/Loading/*.swift",
150           "dependencies": {
151             "WhaleFull/MoyaNetwork": [
153             ],
154             "MBProgressHUD": [
156             ]
157           }
158         },
159         {
160           "name": "Warning",
161           "source_files": "Sources/MoyaPlugins/Warning/*.swift",
162           "dependencies": {
163             "WhaleFull/MoyaNetwork": [
165             ],
166             "MBProgressHUD": [
168             ]
169           }
170         },
171         {
172           "name": "Cache",
173           "source_files": "Sources/MoyaPlugins/Cache/*.swift",
174           "dependencies": {
175             "WhaleFull/MoyaNetwork": [
177             ],
178             "YYCache": [
180             ]
181           }
182         }
183       ]
184     }
185   ],
186   "swift_version": "5.0"