blob: 8245297b7a8a0e699fcf932f885872430be1e707 [file] [log] [blame]
{
"name": "simpleHttp",
"version": "0.0.4",
"summary": "A simple HTTP client library written in Swift",
"description": "A basic HTTP client which uses BASIC AUTH for get , put ,post and delete request",
"homepage": "https://github.com/senthilx6/simpleHttp",
"license": "MIT",
"authors": {
"senthil vel": "senthilx6@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/senthilx6/simpleHttp.git",
"tag": "0.0.4"
},
"source_files": "Sources/simpleHttp/*.swift",
"swift_version": "4.2"
}