blob: 89003a3821e0a5ecd6d33bd018f852ae10e5f85a [file] [log] [blame]
{
"name": "SOAPEngine",
"version": "1.27",
"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.27"
},
"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"
}
}
}