blob: 9aa26b16f474be89b8c3af3dfb553a3e77e77af9 [file] [log] [blame]
{
"name": "ISGHttpClient",
"version": "0.4",
"summary": "ISGHttpClient.",
"description": "网络请求,AFNetworking的简单封装",
"homepage": "https://github.com/Isaaclzg/ISGHttpClient",
"license": "MIT",
"authors": {
"isaac_gang": "isaac_gang@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Isaaclzg/ISGHttpClient.git",
"tag": "0.4"
},
"source_files": [
"ISGHttpClient",
"ISGHttpClient/**/*.{h,m}"
],
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"YYCache": [
"~> 1.0.4"
]
}
}