blob: 6733e3fdc11b37ffb0e7d70d4fd35d292a3bb988 [file] [log] [blame]
{
"name": "AlamofireSoap",
"version": "0.1.0",
"swift_versions": "4.2",
"summary": "Alamofire Extension for Soap Webservices",
"description": "AlamofireSoap is an extension to Alamofire Library to use Enable 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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AlamofireSoap/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7.0"
]
}
}