blob: a06842b2f5a1c74ddbafb365b11aa4a826f1b077 [file] [log] [blame]
{
"name": "SHRestClient",
"version": "1.0.0",
"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": {
"subhajitregor": "subhajit.regor@gmail.com"
},
"source": {
"git": "https://github.com/subhajitregor/SHRestClientExample.git",
"tag": "1.0.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "10.3"
},
"source_files": [
"SHRestClient/*",
"SHRestClient/ReachabilitySwift/*",
"SHRestClient/Resource/*",
"SHRestClient/NoConnectionVC/*"
]
}