blob: 1569d9c5ea232485c290496cef1a41adddcb506b [file] [log] [blame]
{
"name": "SHHTTPRequest",
"version": "0.0.1",
"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.txt"
},
"authors": {
"ShengHua Wu": "fantasy0404@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ShengHuaWu/SHHTTPRequest.git",
"tag": "0.0.1"
},
"source_files": [
"SHHTTPRequest/Class/*.{h,m}",
"SHHTTPRequest/Category/*.{h,m}"
],
"requires_arc": true
}