blob: f76b141c3bffef44e7933f99fd8bb08a41e0d9de [file] [log] [blame]
{
"name": "YHNetworkKit",
"version": "0.1.0",
"summary": "Network kit component based on AFNetworking.",
"description": "基于AFNetworking的封装,支持同步异步GET或POST请求,支持设置超时、头字段参数设置,支持取消操作,支持请求发起线程以及返回结果线程.",
"homepage": "https://github.com/FyhSky/YHNetworkKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FyhSky": "fengyinghaotjut@126.com"
},
"source": {
"git": "https://github.com/FyhSky/YHNetworkKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "YHNetworkKit/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
]
}
}