blob: 99c69892ebb554c57f6fe2230f00562563ec3458 [file] [log] [blame]
{
"name": "WXLKit",
"version": "2.0.2",
"summary": "通用工具箱.",
"description": "通用工具箱,作为项目开发的基础库\n1、HttpManager 添加网络监控\n2、在WXLMacro.h中添加weak,strong宏",
"homepage": "https://github.com/Kookey/WXLKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tony": "wxlhdm@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Kookey/WXLKit.git",
"tag": "2.0.2"
},
"source_files": "WXLKit/**/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}