blob: ff371a271a87cf1a481dbcb7923fce9b0c43c8ed [file] [log] [blame]
{
"name": "WQBaseProject",
"version": "0.0.1",
"summary": "basic project framework",
"description": "基础项目框架内容,致力于一键pod就能快速搭建项目的所有基本内容,",
"homepage": "https://git.coding.net/huwenqiang/WQBaseProject",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"huwenqiang": "492705466@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://git.coding.net/huwenqiang/WQBaseProject.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}