blob: 1fffd561bcca01b360d6ea4d3482b6613ebf4b55 [file] [log] [blame]
{
"name": "AlamofireSoap",
"version": "0.1.1",
"swift_versions": "4.2",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AlamofireSoap/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7.0"
]
}
}