blob: e8eb286a202757f0d1e2feccb01ffef4e2ec7dbd [file] [log] [blame]
{
"name": "SHHTTPRequest",
"version": "0.0.2",
"summary": "Send http requests synchronously or asynchronously.",
"description": "This library is used to send http requests synchronously or asynchronously.\n For now, it only supports get, post, put and delete methods.",
"homepage": "https://github.com/ShengHuaWu/SHHTTPRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ShengHua Wu": "fantasy0404@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ShengHuaWu/SHHTTPRequest.git",
"tag": "0.0.2"
},
"source_files": [
"SHHTTPRequest/Class/*.{h,m}",
"SHHTTPRequest/Category/*.{h,m}"
],
"requires_arc": true
}