blob: 4a07edcb8fdb6f39d7a1de5ee12bac888270ad64 [file] [log] [blame]
{
"name": "XLEasyNetwork",
"version": "0.1.0",
"summary": "网络库.",
"description": "封装简单的网络库,实现网络请求,取消请求,一些特性化队列(保证一定提交成功、多个请求的互相依赖),网络请求的全局控制(请求数量、超时、优先级)",
"homepage": "https://github.com/randyeasy/XLEasyNetwork",
"license": "MIT",
"authors": {
"晓亮": "yanxiaoliang@baijiahulian.com"
},
"source": {
"git": "https://github.com/randyeasy/XLEasyNetwork.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}