blob: b376dba7dd6e0adaba00af26ade5b5625e87ece3 [file] [log] [blame]
{
"name": "TYBase",
"version": "0.0.11",
"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.11"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TYBase/**/*",
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
],
"Masonry": [
],
"MJExtension": [
],
"WechatOpenSDK": [
],
"SDWebImage": [
]
},
"subspecs": [
{
"name": "TYBaseTools",
"source_files": "TYBase/TYBaseTools/*.{h,m}"
}
]
}