blob: 01e4265b6a568446f1b8c29b25ccc5fd9e719524 [file] [log] [blame]
{
"name": "SOAPEngine",
"version": "1.21.1",
"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.21.1"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/SOAPEngine/**"
},
"frameworks": [
"Security",
"Accounts"
],
"platforms": {
"ios": "5.1.1",
"osx": "10.9"
},
"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"
}
}