[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / 6 / JMKJCommonTools / 0.0.6 / JMKJCommonTools.podspec.json
blob68bc35e23044fedab4ae0ce7441922e56a807558
2   "name": "JMKJCommonTools",
3   "version": "0.0.6",
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.0.6"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "Extensions",
26       "subspecs": [
27         {
28           "name": "Swift",
29           "source_files": "JMKJCommonTools/Classes/Extensions/Swift/*",
30           "dependencies": {
31             "RxSwift": [
33             ],
34             "RxCocoa": [
36             ],
37             "RxGesture": [
39             ],
40             "KeychainAccess": [
42             ]
43           }
44         },
45         {
46           "name": "Objective-c",
47           "source_files": "JMKJCommonTools/Classes/Extensions/Objective-c/*"
48         }
49       ]
50     },
51     {
52       "name": "Libs",
53       "subspecs": [
54         {
55           "name": "CopyLabel",
56           "source_files": "JMKJCommonTools/Classes/Libs/CopyLabel/*"
57         },
58         {
59           "name": "Storage",
60           "source_files": "JMKJCommonTools/Classes/Libs/Storage/*"
61         },
62         {
63           "name": "HYLabel",
64           "source_files": [
65             "JMKJCommonTools/Classes/Extensions/Swift/Extension+Color.swift",
66             "JMKJCommonTools/Classes/Libs/HYLabel/*"
67           ]
68         },
69         {
70           "name": "ActivityIndicatiorView",
71           "source_files": [
72             "JMKJCommonTools/Classes/Libs/ActivityIndicatiorView/*",
73             "JMKJCommonTools/Classes/Libs/ActivityIndicatiorView/Animations/*"
74           ]
75         }
76       ]
77     }
78   ],
79   "swift_version": "5.0"