[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 7 / c / SOAPEngine / 1.26 / SOAPEngine.podspec.json
blobfb665ffde22470d299488c4f99476f817b757c16
2   "name": "SOAPEngine",
3   "version": "1.26",
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.26"
18   },
19   "xcconfig": {
20     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/SOAPEngine/**"
21   },
22   "frameworks": "Security",
23   "platforms": {
24     "ios": "7.1",
25     "osx": "10.9",
26     "tvos": "9.0"
27   },
28   "ios": {
29     "preserve_paths": "SOAPEngine64.framework",
30     "public_header_files": "SOAPEngine64.framework/Headers/*.h",
31     "vendored_frameworks": "SOAPEngine64.framework",
32     "xcconfig": {
33       "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
34     },
35     "frameworks": "Accounts"
36   },
37   "osx": {
38     "preserve_paths": "SOAPEngineOSX.framework",
39     "public_header_files": "SOAPEngineOSX.framework/Versions/A/Headers/*.h",
40     "vendored_frameworks": "SOAPEngineOSX.framework",
41     "frameworks": "Accounts"
42   },
43   "tvos": {
44     "preserve_paths": "SOAPEngineTV.framework",
45     "public_header_files": "SOAPEngineTV.framework/Headers/*.h",
46     "vendored_frameworks": "SOAPEngineTV.framework",
47     "xcconfig": {
48       "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
49     }
50   }