[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 3 / JMKit-Swift / 0.5.0 / JMKit-Swift.podspec.json
blobdeec4eb160818781308ff0576083868d522eec47
2   "name": "JMKit-Swift",
3   "version": "0.5.0",
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.5.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_versions": "5.0",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "subspecs": [
24     {
25       "name": "JMExtension",
26       "source_files": "Source/JMExtension/*.{swift}"
27     },
28     {
29       "name": "JMFactory",
30       "source_files": "Source/JMFactory/*.{swift}",
31       "dependencies": {
32         "MJRefresh": [
34         ],
35         "SnapKit": [
37         ],
38         "JMKit-Swift/JMExtension": [
40         ]
41       }
42     },
43     {
44       "name": "Tool",
45       "source_files": "Source/Tool/*.{swift}",
46       "dependencies": {
47         "JMKit-Swift/JMFactory": [
49         ]
50       }
51     }
52   ],
53   "swift_version": "5.0"