blob: d8c5912ac5f4bbe8350b0e265781347d2692ff0d [file] [log] [blame]
{
"name": "ISGHttpClient",
"version": "0.5",
"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.5"
},
"source_files": [
"ISGHttpClient",
"ISGHttpClient/**/*.{h,m}"
],
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"YYCache": [
"~> 1.0.4"
]
}
}