blob: 552cdd1cbc7cb3aca0858906350c5352291dc7e1 [file] [log] [blame]
{
"name": "TYBase",
"version": "0.0.4",
"summary": "通用基础项目框架",
"description": "通用基础项目框架,直接使用pod导入到新的项目中即可使用;",
"homepage": "https://gitee.com/zhouyc/TYBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huwenqiang": "hwqforapple@163.com"
},
"source": {
"git": "https://gitee.com/zhouyc/TYBase.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TYBase/**/*",
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
],
"Masonry": [
]
}
}