blob: 2a6a087d1d6acdb9d5a6a3916bc73acaeffc909d [file] [log] [blame]
{
"name": "SOAPEngine",
"version": "1.26.3",
"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.26.3"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/SOAPEngine/**"
},
"frameworks": "Security",
"platforms": {
"ios": "7.1",
"osx": "10.9",
"tvos": "9.0"
},
"ios": {
"preserve_paths": "SOAPEngine64.framework",
"public_header_files": "SOAPEngine64.framework/Headers/*.h",
"vendored_frameworks": "SOAPEngine64.framework",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2"
},
"frameworks": "Accounts"
},
"osx": {
"preserve_paths": "SOAPEngineOSX.framework",
"public_header_files": "SOAPEngineOSX.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "SOAPEngineOSX.framework",
"frameworks": "Accounts"
},
"tvos": {
"preserve_paths": "SOAPEngineTV.framework",
"public_header_files": "SOAPEngineTV.framework/Headers/*.h",
"vendored_frameworks": "SOAPEngineTV.framework",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2"
}
}
}