blob: dc28817391ef9b81727e6f6f52f5107fea4c6e5a [file] [log] [blame]
{
"name": "simpleHttp",
"version": "0.1.2",
"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.1.2"
},
"source_files": "Sources/simpleHttp/*.swift",
"swift_version": "4.2"
}