blob: f42e059b38885eb71354199d4ab6389c912f4707 [file] [log] [blame]
{
"name": "QSBaseUI",
"version": "0.0.1",
"summary": "平时开发中常用的UI控件",
"description": "develop common use custom UIView",
"homepage": "https://github.com/QiaoShi/QSBaseUI",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"石 乔": "2622421121@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/QiaoShi/QSBaseUI.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"Masonry": [
]
}
}