blob: 3aa2181d9f8210ac6f3ad01f602d2474f01e24e9 [file] [log] [blame]
{
"name": "JMKit",
"version": "0.4.0",
"summary": "UI Fast Use for iOS",
"description": "快速创建文本,按钮,输入框,设置各种控件属性,快速完成UI",
"homepage": "https://gitlab.com/FKFuture/jmkit",
"license": "MIT",
"authors": {
"JM": "asdfgwjm@163.com"
},
"source": {
"git": "https://gitlab.com/FKFuture/jmkit.git",
"tag": "0.4.0"
},
"source_files": [
"JMKit",
"Source/JMControl/**/*.{h,m}"
],
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Masonry": [
]
}
}