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