blob: ff8a4d7c8aa222663276d5a0e5fe83c3322ff2ab [file] [log] [blame]
{
"name": "TY_DCCJLib",
"version": "0.5.0",
"summary": "Lib For DCCJ",
"description": "点车成金项目中用到的一些Category和一些工具类的封装",
"homepage": "https://gitee.com/TangyuanLiu/Category",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘汤圆": "review617@163.com"
},
"source": {
"git": "https://gitee.com/TangyuanLiu/Category.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TY_DCCJLib/Classes/**/*",
"resource_bundles": {
"TY_DCCJLib": [
"TY_DCCJLib/Assets/*"
]
},
"dependencies": {
"MBProgressHUD": [
"~> 0.9.1"
],
"SDWebImage": [
"~> 4.0.0"
],
"Masonry": [
"~> 1.0.2"
]
},
"subspecs": [
{
"name": "DCCJ_Category",
"source_files": "TY_DCCJLib/Classes/DCCJ_Category/**/*"
},
{
"name": "DCCJ_Macros",
"source_files": "TY_DCCJLib/Classes/DCCJ_Macros/**/*"
},
{
"name": "DCCJ_UIControl",
"source_files": "TY_DCCJLib/Classes/DCCJ_Macros/**/*"
},
{
"name": "DCCJ_Utils",
"source_files": "TY_DCCJLib/Classes/DCCJ_Macros/**/*"
}
]
}