blob: 0ecf601061702856b39e928bcdbeb987175ca342 [file] [log] [blame]
{
"name": "TYBase",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TYBase/**/*",
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
]
}
}