[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / 6 / JMKJCommonTools / 0.0.4 / JMKJCommonTools.podspec.json
blob36ef24810f40a8df1a6032cb35c17d23cf7527d0
2   "name": "JMKJCommonTools",
3   "version": "0.0.4",
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.4"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Extensions",
25       "subspecs": [
26         {
27           "name": "Swift",
28           "source_files": "JMKJCommonTools/Classes/Extensions/Swift/*",
29           "dependencies": {
30             "RxSwift": [
32             ],
33             "RxCocoa": [
35             ],
36             "RxGesture": [
38             ],
39             "KeychainAccess": [
41             ]
42           }
43         },
44         {
45           "name": "Objective-c",
46           "source_files": "JMKJCommonTools/Classes/Extensions/Objective-c/*"
47         }
48       ]
49     },
50     {
51       "name": "Libs",
52       "subspecs": [
53         {
54           "name": "CopyLabel",
55           "source_files": "JMKJCommonTools/Classes/Libs/CopyLabel/*"
56         },
57         {
58           "name": "Storage",
59           "source_files": "JMKJCommonTools/Classes/Libs/Storage/*"
60         }
61       ]
62     }
63   ],
64   "swift_version": "5.0"