[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / c / WSDL2Swift / 0.6.0 / WSDL2Swift.podspec.json
blob46a78f33a22bf7e4f70e4f24627a8c0ea4c0c8d0
2   "name": "WSDL2Swift",
3   "version": "0.6.0",
4   "summary": "Swift alternative to WSDL2ObjC making a SOAP request & parsing its response as defined in WSDL",
5   "description": "Swift alternative to WSDL2ObjC making a SOAP request & parsing its response as defined in WSDL.\ngenerate WSDL+(ServiceName).swift SOAP client by executing WSDL2Swift with WSDL and XSD xml files.",
6   "homepage": "https://github.com/banjun/WSDL2Swift",
7   "license": "MIT",
8   "authors": {
9     "BAN Jun": "banjun@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/banjun",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.11"
15   },
16   "source": {
17     "git": "https://github.com/banjun/WSDL2Swift.git",
18     "tag": "0.6.0"
19   },
20   "source_files": [
21     "WSDL2Swift.swift",
22     "XMLParserObjCSwiftBridge.*"
23   ],
24   "dependencies": {
25     "AEXML": [
27     ],
28     "BrightFutures": [
30     ],
31     "ISO8601": [
33     ]
34   },
35   "pushed_with_swift_version": "3.0"