blob: cd29c544b8e0589dacb7ec9ce68e131b3d178b4c [file] [log] [blame]
{
"name": "JMKit",
"version": "0.3.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.3.0"
},
"source_files": [
"JMKit",
"JMKit/JMControl/**/*.{h,m}"
],
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Masonry": [
]
}
}