[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / b / e / JMKit / 0.7.0 / JMKit.podspec.json
blobf9587573ae88aa9ba5caf39743412364a219a5d3
2   "name": "JMKit",
3   "version": "0.7.0",
4   "summary": "UI Fast Use for iOS",
5   "description": "快速创建文本,按钮,输入框,设置各种控件属性,快速完成UI",
6   "homepage": "https://gitlab.com/FKFuture/jmkit",
7   "license": "MIT",
8   "authors": {
9     "JM": "asdfgwjm@163.com"
10   },
11   "source": {
12     "git": "https://gitlab.com/FKFuture/jmkit.git",
13     "tag": "0.7.0"
14   },
15   "resource_bundles": {
16     "JMKit": [
17       "Source/Assets.xcassets/*"
18     ]
19   },
20   "platforms": {
21     "ios": "9.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "subspecs": [
28     {
29       "name": "JMExtension",
30       "source_files": "Source/JMExtension/*.{h,m}",
31       "public_header_files": "Source/JMExtension/*.h"
32     },
33     {
34       "name": "JMFactory",
35       "source_files": "Source/JMFactory/*.{h,m}",
36       "public_header_files": "Source/JMFactory/*.h",
37       "dependencies": {
38         "Masonry": [
40         ]
41       }
42     },
43     {
44       "name": "JMHeader",
45       "source_files": "Source/JMHeader/*.{h,m}",
46       "public_header_files": "Source/JMHeader/*.h"
47     },
48     {
49       "name": "JMTool",
50       "source_files": "Source/JMTool/*.{h,m}",
51       "public_header_files": "Source/JMTool/*.h"
52     }
53   ]