blob: 554f8204164be8df4bcf139de1edd6b15d36b20f [file] [log] [blame]
{
"name": "LGHMakeViewTools",
"version": "0.0.1",
"summary": "快速创建View的工具类",
"description": "使用点语法快速创建view的工具类",
"homepage": "https://github.com/xiaofeiguan/LGHMakeViewTools.git",
"license": "MIT",
"authors": {
"xiaofeiguan": "450929738@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xiaofeiguan/LGHMakeViewTools.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
]
}