blob: eb80cd22ac9f1dc20fe83c7f5f94ba1ecb5febb3 [file] [log] [blame]
{
"name": "SplunkMint",
"version": "4.1",
"summary": "Usage, performance and crash monitoring for your iOS apps",
"homepage": "https://mint.splunk.com/",
"license": {
"type": "Commercial",
"text": "See https://mint.splunk.com/termsofuse"
},
"authors": {
"Splunk": "mobilesupport@splunk.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "http://download.splunk.com/misc/mint/SplunkMint.4.2.1.zip"
},
"public_header_files": "SplunkMint.framework/**/*.h",
"preserve_paths": "SplunkMint.framework",
"vendored_frameworks": "SplunkMint.framework",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"WebKit"
],
"libraries": "z",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz",
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/SplunkMint/\""
},
"requires_arc": true
}