[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / 6 / JMKJCommonTools / 0.1.0 / JMKJCommonTools.podspec.json
blobf7ff58f42a12cb1b56f5dd718633eb59af244a5f
2   "name": "JMKJCommonTools",
3   "version": "0.1.0",
4   "summary": "ios common tools",
5   "description": "聚名科技有限公司移动部ios使用到的公共工具类,仅限公司内部使用",
6   "homepage": "https://toscode.gitee.com/yllove/jmkj-common-tools.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AlbertYuan": "yuanliangios@163.com"
13   },
14   "source": {
15     "git": "https://toscode.gitee.com/yllove/jmkj-common-tools.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "JMKJCommonTools/Classes/*",
22   "swift_versions": "5.0",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "SDBridgeSwift": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Extensions",
32       "subspecs": [
33         {
34           "name": "Swift",
35           "source_files": "JMKJCommonTools/Classes/Extensions/Swift/*",
36           "dependencies": {
37             "RxSwift": [
39             ],
40             "RxCocoa": [
42             ],
43             "RxGesture": [
45             ],
46             "KeychainAccess": [
48             ]
49           }
50         },
51         {
52           "name": "Objective-c",
53           "source_files": "JMKJCommonTools/Classes/Extensions/Objective-c/*"
54         }
55       ]
56     },
57     {
58       "name": "Libs",
59       "subspecs": [
60         {
61           "name": "CopyLabel",
62           "source_files": "JMKJCommonTools/Classes/Libs/CopyLabel/*"
63         },
64         {
65           "name": "Storage",
66           "source_files": "JMKJCommonTools/Classes/Libs/Storage/*"
67         },
68         {
69           "name": "HYLabel",
70           "source_files": [
71             "JMKJCommonTools/Classes/Extensions/Swift/Extension+Color.swift",
72             "JMKJCommonTools/Classes/Libs/HYLabel/*"
73           ]
74         },
75         {
76           "name": "ActivityIndicatiorView",
77           "source_files": "JMKJCommonTools/Classes/Libs/ActivityIndicatiorView/*",
78           "subspecs": [
79             {
80               "name": "Animations",
81               "source_files": [
82                 "JMKJCommonTools/Classes/Libs/ActivityIndicatiorView/Animations/*",
83                 "JMKJCommonTools/Classes/Libs/ActivityIndicatiorView/SPActivityIndicatorAnimationProtocol.h"
84               ]
85             }
86           ]
87         },
88         {
89           "name": "WZHCountDown",
90           "source_files": "JMKJCommonTools/Classes/Libs/WZHCountDown/*"
91         },
92         {
93           "name": "WZHDelay",
94           "source_files": "JMKJCommonTools/Classes/Libs/WZHDelay/*"
95         },
96         {
97           "name": "WZHNetworkMonitor",
98           "source_files": [
99             "JMKJCommonTools/Classes/Libs/WZHNetworkMonitor/*",
100             "JMKJCommonTools/Classes/Extensions/Swift/*"
101           ],
102           "dependencies": {
103             "RxSwift": [
105             ],
106             "RxCocoa": [
108             ],
109             "RxGesture": [
111             ],
112             "KeychainAccess": [
114             ]
115           },
116           "frameworks": "Network"
117         },
118         {
119           "name": "WZHOperationUtil",
120           "source_files": "JMKJCommonTools/Classes/Libs/WZHOperationUtil/*"
121         },
122         {
123           "name": "WZHUIKeyboardManage",
124           "source_files": "JMKJCommonTools/Classes/Libs/WZHUIKeyboardManage/*",
125           "dependencies": {
126             "SwiftNotificationCenter": [
128             ]
129           }
130         },
131         {
132           "name": "WZHV2FPSLabel",
133           "source_files": [
134             "JMKJCommonTools/Classes/Libs/WZHV2FPSLabel/*",
135             "JMKJCommonTools/Classes/Extensions/Swift/*"
136           ],
137           "dependencies": {
138             "RxSwift": [
140             ],
141             "RxCocoa": [
143             ],
144             "RxGesture": [
146             ],
147             "KeychainAccess": [
149             ]
150           }
151         },
152         {
153           "name": "WZHCollectionView",
154           "source_files": "JMKJCommonTools/Classes/Libs/WZHCollectionView/*"
155         },
156         {
157           "name": "NotificationsControl",
158           "source_files": [
159             "JMKJCommonTools/Classes/Libs/NotificationsControl/*",
160             "JMKJCommonTools/Classes/Extensions/Swift/*"
161           ],
162           "dependencies": {
163             "RxSwift": [
165             ],
166             "RxCocoa": [
168             ],
169             "RxGesture": [
171             ],
172             "KeychainAccess": [
174             ]
175           }
176         },
177         {
178           "name": "TimeTool",
179           "source_files": "JMKJCommonTools/Classes/Libs/TimeTool/*"
180         },
181         {
182           "name": "YLAESTool",
183           "source_files": [
184             "JMKJCommonTools/Classes/Libs/YLAESTool/*",
185             "JMKJCommonTools/Classes/Extensions/Swift/*"
186           ],
187           "dependencies": {
188             "RxSwift": [
190             ],
191             "RxCocoa": [
193             ],
194             "RxGesture": [
196             ],
197             "KeychainAccess": [
199             ],
200             "CryptoSwift": [
202             ]
203           }
204         },
205         {
206           "name": "YLInteraciveWebBridge",
207           "source_files": [
208             "JMKJCommonTools/Classes/Libs/YLInteraciveWebBridge/*",
209             "JMKJCommonTools/Classes/Extensions/Swift/*"
210           ],
211           "dependencies": {
212             "SDBridgeSwift": [
214             ],
215             "RxSwift": [
217             ],
218             "RxCocoa": [
220             ],
221             "RxGesture": [
223             ],
224             "KeychainAccess": [
226             ]
227           },
228           "frameworks": "WebKit"
229         },
230         {
231           "name": "WZHAlert",
232           "source_files": [
233             "JMKJCommonTools/Classes/Libs/WZHAlert/*",
234             "JMKJCommonTools/Classes/Extensions/Swift/*"
235           ],
236           "dependencies": {
237             "RxSwift": [
239             ],
240             "RxCocoa": [
242             ],
243             "RxGesture": [
245             ],
246             "KeychainAccess": [
248             ]
249           }
250         },
251         {
252           "name": "YLSliderVerificationView",
253           "source_files": [
254             "JMKJCommonTools/Classes/Libs/YLSliderVerificationView/*",
255             "JMKJCommonTools/Classes/Extensions/Swift/*"
256           ],
257           "dependencies": {
258             "RxSwift": [
260             ],
261             "RxCocoa": [
263             ],
264             "RxGesture": [
266             ],
267             "KeychainAccess": [
269             ],
270             "SnapKit": [
272             ]
273           },
274           "frameworks": "Network"
275         },
276         {
277           "name": "YLPasteBoardChecker",
278           "source_files": [
279             "JMKJCommonTools/Classes/Libs/YLPasteBoardChecker/*",
280             "JMKJCommonTools/Classes/Extensions/Swift/*"
281           ],
282           "dependencies": {
283             "RxSwift": [
285             ],
286             "RxCocoa": [
288             ],
289             "RxGesture": [
291             ],
292             "KeychainAccess": [
294             ],
295             "NSObject+Rx": [
297             ]
298           }
299         },
300         {
301           "name": "YLLottieRefresh",
302           "source_files": "JMKJCommonTools/Classes/Libs/YLLottieRefresh/*",
303           "dependencies": {
304             "lottie-ios": [
306             ],
307             "MJRefresh": [
309             ],
310             "SnapKit": [
312             ]
313           }
314         }
315       ]
316     }
317   ],
318   "swift_version": "5.0"