blob: 740bb1b8ab9fd087263f18603cc1bdfb5d486806 [file] [log] [blame]
{
"name": "HTTPRequest",
"version": "1.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": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HTTPRequest/Classes/**/*",
"pushed_with_swift_version": "3.0"
}