[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / b / e / JMKit / 0.7.3 / JMKit.podspec.json
blobf018e1ac9bc2d1690a86e44b5c9e8bc994bd7995
2   "name": "JMKit",
3   "version": "0.7.3",
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.3"
14   },
15   "resources": "Source/Resource/*.png",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "subspecs": [
24     {
25       "name": "JMExtension",
26       "source_files": "Source/JMExtension/*.{h,m}",
27       "public_header_files": "Source/JMExtension/*.h"
28     },
29     {
30       "name": "JMFactory",
31       "source_files": "Source/JMFactory/*.{h,m}",
32       "public_header_files": "Source/JMFactory/*.h",
33       "dependencies": {
34         "Masonry": [
36         ],
37         "JMKit/JMExtension": [
39         ]
40       }
41     },
42     {
43       "name": "JMHeader",
44       "source_files": "Source/JMHeader/*.{h,m}",
45       "public_header_files": "Source/JMHeader/*.h"
46     },
47     {
48       "name": "JMTool",
49       "source_files": "Source/JMTool/*.{h,m}",
50       "public_header_files": "Source/JMTool/*.h"
51     }
52   ]