blob: 5a6a5d0a030ddf2192d8bccb3fda377560ea5fb3 [file] [log] [blame]
{
"name": "HTTPRequest",
"version": "2.1",
"summary": "HTTPRequest is HTTP request library with GET, POST method.",
"description": "HTTPRequest is the simplest of URLRequest implementing to work on network tasks. HTTPRequest uses delegate pattern to returns data.",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HTTPRequest/Classes/**/*",
"pushed_with_swift_version": "4.0"
}