blob: 5197584409c9ecb5dbcf021c98713fe4c4765de7 [file] [log] [blame]
{
"name": "SOAPEngine",
"version": "1.18.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.18.2"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/SOAPEngine/**"
},
"frameworks": "Security",
"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"
}
}