blob: e6eb83edece70bcf9b9dff8f1de87e24a97ed99f [file] [log] [blame]
{
"name": "SHRestClient",
"version": "1.0.2",
"summary": "Easy to use basic rest client.",
"description": "If you donot like a bunch of code for a rest api call and want to keep your code boilerplate code free, this is for you.",
"homepage": "https://github.com/subhajitregor/SHRestClientExample",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Subhajit Halder": "subhajit.regor@gmail.com"
},
"source": {
"git": "https://github.com/subhajitregor/SHRestClientExample.git",
"tag": "1.0.2"
},
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "SHRestClient/**/*"
}