[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / b / e / JMKit / 0.8.5 / JMKit.podspec.json
blobe7b62c11bbb4ab2e4ac553cdbb0372729afea0d3
2   "name": "JMKit",
3   "version": "0.8.5",
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.5"
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": "JMKitHeader",
36       "source_files": "Source/JMKitHeader/*.{h,m}",
37       "public_header_files": "Source/JMKitHeader/*.h",
38       "dependencies": {
39         "JMKit/JMExtension": [
41         ],
42         "JMKit/JMFactory": [
44         ],
45         "JMKit/JMAlert": [
47         ]
48       }
49     },
50     {
51       "name": "JMFactory",
52       "source_files": "Source/JMFactory/*.{h,m}",
53       "public_header_files": "Source/JMFactory/*.h",
54       "dependencies": {
55         "Masonry": [
57         ],
58         "JMKit/JMExtension": [
60         ]
61       }
62     },
63     {
64       "name": "JMRefresh",
65       "source_files": "Source/JMRefresh/*.{h,m}",
66       "public_header_files": "Source/JMRefresh/*.h",
67       "dependencies": {
68         "JMKit/JMExtension": [
70         ]
71       }
72     },
73     {
74       "name": "JMAlert",
75       "source_files": "Source/JMAlert/*.{h,m}",
76       "public_header_files": "Source/JMAlert/*.h",
77       "dependencies": {
78         "Masonry": [
80         ],
81         "JMKit/JMExtension": [
83         ],
84         "JMKit/JMFactory": [
86         ]
87       }
88     }
89   ]