blob: 42d068f15d6b7384392cabd3f98eb3b024aa164b [file] [log] [blame]
{
"name": "SOAPEngine",
"version": "1.20.2",
"summary": "This generic SOAP client allows you to access web services using a your iOS and Mac OS X app.",
"license": {
"type": "Shareware",
"file": "LICENSE.txt"
},
"authors": {
"Danilo Priore": "support@prioregroup.com"
},
"homepage": "https://github.com/priore/SOAPEngine",
"social_media_url": "https://twitter.com/danilopriore",
"libraries": "xml2",
"source": {
"git": "https://github.com/priore/SOAPEngine.git",
"tag": "v1.20.2"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/SOAPEngine/**"
},
"frameworks": [
"Security",
"Accounts"
],
"ios": {
"preserve_paths": "SOAPEngine64.framework",
"public_header_files": "SOAPEngine64.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "SOAPEngine64.framework",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2"
}
},
"osx": {
"preserve_paths": "SOAPEngineOSX.framework",
"public_header_files": "SOAPEngineOSX.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "SOAPEngineOSX.framework",
"frameworks": "AppKit"
}
}