[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / b / e / JMKit / 0.8.0 / JMKit.podspec.json
bloba0f7e3f1b7e41e68ae7f2e5d5d8386349b67b3b3
2   "name": "JMKit",
3   "version": "0.8.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.8.0"
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       "dependencies": {
29         "Masonry": [
31         ]
32       }
33     },
34     {
35       "name": "JMFactory",
36       "source_files": "Source/JMFactory/*.{h,m}",
37       "public_header_files": "Source/JMFactory/*.h",
38       "dependencies": {
39         "Masonry": [
41         ],
42         "JMKit/JMExtension": [
44         ]
45       }
46     },
47     {
48       "name": "JMRefresh",
49       "source_files": "Source/JMRefresh/*.{h,m}",
50       "public_header_files": "Source/JMRefresh/*.h",
51       "dependencies": {
52         "JMKit/JMExtension": [
54         ]
55       }
56     },
57     {
58       "name": "JMAlert",
59       "source_files": "Source/JMAlert/*.{h,m}",
60       "public_header_files": "Source/JMAlert/*.h",
61       "dependencies": {
62         "Masonry": [
64         ],
65         "JMKit/JMExtension": [
67         ],
68         "JMKit/JMFactory": [
70         ]
71       }
72     }
73   ]