blob: 023a58fa55f659d53e670af32f481b856db154ae [file] [log] [blame]
{
"name": "AlamofireSoap",
"version": "0.1.3",
"swift_versions": "5.0",
"summary": "Alamofire Extension for Soap Webservices",
"description": "AlamofireSoap is an extension to Alamofire Library to use Soap webservices with Alamofire",
"homepage": "https://github.com/ShakeebM/AlamofireSoap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shakeeb Mancheri": "shakeeb818@gmail.com"
},
"source": {
"git": "https://github.com/ShakeebM/AlamofireSoap.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AlamofireSoap/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.2"
]
},
"swift_version": "5.0"
}