[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / b / e / JMKit / 0.5.0 / JMKit.podspec.json
blob2c5b131e6df486266d46d33ff404c4b7b131b334
2   "name": "JMKit",
3   "version": "0.5.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.5.0"
14   },
15   "source_files": [
16     "JMTool",
17     "Source/JMControl/JMTool/*.{h,m}",
18     "JMFactory",
19     "Source/JMControl/JMFactory/*.{h,m}",
20     "JMExtension",
21     "Source/JMControl/JMExtension/*.{h,m}",
22     "JMKit",
23     "Source/JMControl/JMHeader/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "JMKit": [
27       "Source/Assets.xcassets/*"
28     ]
29   },
30   "platforms": {
31     "ios": "9.0"
32   },
33   "frameworks": [
34     "Foundation",
35     "UIKit"
36   ],
37   "dependencies": {
38     "Masonry": [
40     ]
41   }