blob: 5d455457bc9a3ae1d21f8edf12f71f85b9ba8a56 [file] [log] [blame]
{
"name": "HTTPRequest",
"version": "2.0",
"summary": "HTTPRequest is HTTP request library with GET, POST method",
"description": "HTTPRequest is Singleton queue object, it pushes request to a queue and send HTTP request one by one. After complete one request, the queue will send back it to delegate object if it's avaiable",
"homepage": "https://github.com/mucdong/HTTPRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mucdong": "doannguyen06@gmail.com"
},
"source": {
"git": "https://github.com/mucdong/HTTPRequest.git",
"tag": "2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HTTPRequest/Classes/**/*",
"pushed_with_swift_version": "3.0"
}