[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 7 / c / SOAPEngine / 1.18.2 / SOAPEngine.podspec.json
blob5197584409c9ecb5dbcf021c98713fe4c4765de7
2   "name": "SOAPEngine",
3   "version": "1.18.2",
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.2"
18   },
19   "xcconfig": {
20     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/SOAPEngine/**"
21   },
22   "frameworks": "Security",
23   "ios": {
24     "preserve_paths": "SOAPEngine64.framework",
25     "public_header_files": "SOAPEngine64.framework/Versions/A/Headers/*.h",
26     "vendored_frameworks": "SOAPEngine64.framework",
27     "xcconfig": {
28       "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
29     }
30   },
31   "osx": {
32     "preserve_paths": "SOAPEngineOSX.framework",
33     "public_header_files": "SOAPEngineOSX.framework/Versions/A/Headers/*.h",
34     "vendored_frameworks": "SOAPEngineOSX.framework",
35     "frameworks": "AppKit"
36   }