blob: a046d3c73e8b3b65737fb010579fea08c03fffa2 [file] [log] [blame]
{
"name": "RTWebService",
"version": "0.1.1",
"summary": "Elegant library to connect with server through REST, SOAP, FTP, SSH",
"description": "RTWebService is a wrapper around Alamofire for making REST and SOAP call in easiest possible way.",
"homepage": "https://github.com/tigerraj32/RTWebService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rajan": "rajantwnabashu@gmail.com"
},
"source": {
"git": "https://github.com/tigerraj32/RTWebService.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RTWebService/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.3"
]
},
"pushed_with_swift_version": "3.0"
}