blob: 2f8720bd52af28f0e1b3296fe711c4cd18a72e33 [file] [log] [blame]
{
"name": "ISGHttpClient",
"version": "0.1",
"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.1"
},
"source_files": [
"ISGHttpClient",
"ISGHttpClient/**/*.{h,m}"
],
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}