blob: 592061c20277d80b242bed13c2d238f59ebb6054 [file] [log] [blame]
{
"name": "WSDL2Swift",
"version": "0.4.0",
"summary": "Swift alternative to WSDL2ObjC making a SOAP request & parsing its response as defined in WSDL",
"description": "Swift alternative to WSDL2ObjC making a SOAP request & parsing its response as defined in WSDL.\ngenerate WSDL.swift SOAP client by executing WSDL2Swift with WSDL and XSD xml files.",
"homepage": "https://github.com/banjun/WSDL2Swift",
"license": "MIT",
"authors": {
"BAN Jun": "banjun@gmail.com"
},
"social_media_url": "https://twitter.com/banjun",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/banjun/WSDL2Swift.git",
"tag": "0.4.0"
},
"source_files": "WSDL2Swift.swift",
"dependencies": {
"AEXML": [
],
"BrightFutures": [
],
"ISO8601": [
]
},
"pushed_with_swift_version": "3.0"
}