blob: f420c27219b70fc19e321eb5e08f7dd74aa5d006 [file] [log] [blame]
{
"name": "ComHttpTool",
"version": "0.0.1",
"summary": "ComHttpTool.",
"description": "AFNetworking4封装的网络工具",
"homepage": "https://github.com/Goooolden/ComHttpTool.git",
"license": "MIT",
"authors": {
"Goooolden": "chenhuan_1015@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Goooolden/ComHttpTool.git",
"tag": "0.0.1"
},
"source_files": "ComHttpTool/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}