[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 7 / c / SOAPEngine / 1.4.3 / SOAPEngine.podspec.json
blob13115b13b25a28caf9794c6c344fe5ac72c67c19
2   "name": "SOAPEngine",
3   "version": "1.4.3",
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.4.3"
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     "source_files": "SOAPEngine64.framework/Headers/*.h",
32     "vendored_frameworks": "SOAPEngine64.framework",
33     "xcconfig": {
34       "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
35     },
36     "frameworks": "Accounts"
37   },
38   "osx": {
39     "preserve_paths": "SOAPEngineOSX.framework",
40     "public_header_files": "SOAPEngineOSX.framework/Versions/A/Headers/*.h",
41     "source_files": "SOAPEngineOSX.framework/Versions/A/Headers/*.h",
42     "vendored_frameworks": "SOAPEngineOSX.framework",
43     "frameworks": "Accounts"
44   },
45   "tvos": {
46     "preserve_paths": "SOAPEngineTV.framework",
47     "public_header_files": "SOAPEngineTV.framework/Headers/*.h",
48     "source_files": "SOAPEngineTV.framework/Headers/*.h",
49     "vendored_frameworks": "SOAPEngineTV.framework",
50     "xcconfig": {
51       "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
52     }
53   }