[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 3 / JMKit-Swift / 0.6.2 / JMKit-Swift.podspec.json
blob0563a817c598702a43c2fe3402d68104e9be4f2f
2   "name": "JMKit-Swift",
3   "version": "0.6.2",
4   "summary": "UI Fast Use for iOS",
5   "description": "快速创建文本,按钮,输入框,设置各种控件属性,快速完成UI",
6   "homepage": "https://gitlab.com/FKFuture/jmkit-swift.git",
7   "license": "MIT",
8   "authors": {
9     "JM": "asdfgwjm@163.com"
10   },
11   "source": {
12     "git": "https://gitlab.com/FKFuture/jmkit-swift.git",
13     "tag": "0.6.2"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_versions": "5.0",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "subspecs": [
24     {
25       "name": "JMExtension",
26       "source_files": "Demo/SwiftJMKit/JMKit/JMExtension/*.{swift}",
27       "dependencies": {
28         "SnapKit": [
30         ]
31       }
32     },
33     {
34       "name": "JMFactory",
35       "source_files": "Demo/SwiftJMKit/JMKit/JMFactory/*.{swift}",
36       "dependencies": {
37         "MJRefresh": [
39         ],
40         "SnapKit": [
42         ],
43         "JMKit-Swift/JMExtension": [
45         ]
46       }
47     },
48     {
49       "name": "Tool",
50       "source_files": "Demo/SwiftJMKit/JMKit/Tool/*.{swift}",
51       "dependencies": {
52         "JMKit-Swift/JMFactory": [
54         ],
55         "SnapKit": [
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0"