[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 7 / c / SOAPEngine / 1.18.1 / SOAPEngine.podspec.json
blob8e5ae23337e3163debb2f4e3cf10f0ba1ec0384a
2   "name": "SOAPEngine",
3   "version": "1.18.1",
4   "summary": "This generic SOAP client allows you to access web services using a your iOS and Mac OS X app.",
5   "license": {
6     "type": "Shareware",
7     "file": "LICENSE.txt"
8   },
9   "authors": {
10     "Danilo Priore": "support@prioregroup.com"
11   },
12   "homepage": "https://github.com/priore/SOAPEngine",
13   "social_media_url": "https://twitter.com/danilopriore",
14   "libraries": "xml2",
15   "source": {
16     "git": "https://github.com/priore/SOAPEngine.git",
17     "tag": "v1.18.1"
18   },
19   "xcconfig": {
20     "OTHER_LDFLAGS": "-lxml2 "
21   },
22   "frameworks": "Security",
23   "ios": {
24     "preserve_paths": "SOAPEngine64.framework",
25     "public_header_files": "SOAPEngine64.framework/Versions/A/Headers/*.h",
26     "resources": "SOAPEngine64.framework/Versions/A/Resources/**/*",
27     "vendored_frameworks": "SOAPEngine64.framework",
28     "xcconfig": {
29       "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
30     }
31   },
32   "osx": {
33     "preserve_paths": "SOAPEngineOSX.framework",
34     "public_header_files": "SOAPEngineOSX.framework/Versions/A/Headers/*.h",
35     "resources": "SOAPEngineOSX.framework/Versions/A/Resources/**/*",
36     "vendored_frameworks": "SOAPEngineOSX.framework",
37     "frameworks": "AppKit"
38   }