[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 3 / e / c / WSDL2Swift / 0.9.0 / WSDL2Swift.podspec.json
blob20039db9d9f453b68d6e59901e963afc5db505b6
2   "name": "WSDL2Swift",
3   "version": "0.9.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.9.0"
19   },
20   "source_files": "WSDL2Swift.swift",
21   "dependencies": {
22     "AEXML": [
24     ],
25     "BrightFutures": [
26       ">= 6.0.0-beta.1",
27       "< 7.0.0"
28     ],
29     "ISO8601": [
31     ],
32     "Fuzi": [
33       "~> 2.0"
34     ]
35   },
36   "pod_target_xcconfig": {
37     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
38   }