blob: 048ce1e1aa5b61fc0e1949b2341365c7597a6c7c [file] [log] [blame]
{
"name": "CWNetwoking",
"version": "1.0",
"summary": "基于AFNetWorking的封装",
"description": "测试私有库的两种创建方式;\n对平时常用的网络请求做的总结,并致力于迅速能够对一个App实现网络模块;",
"homepage": "https://github.com/LONGDDSF/CWNetWorking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LONGDDSF": "784767574@qq.com"
},
"source": {
"git": "https://github.com/LONGDDSF/CWNetWorking.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CWNetwoking/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}