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