blob: bf4f4cdfddd6601ae7748a843987add4dd3f87d2 [file] [log] [blame]
{
"name": "SplunkMint",
"version": "5.2.6",
"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": "https://download.splunk.com/misc/mint/SplunkMint.framework.5.2.6.zip"
},
"public_header_files": "SplunkMint.framework/**/*.h",
"source_files": "SplunkMint.framework/**/*.{h,m,c}",
"preserve_paths": "SplunkMint.framework",
"vendored_frameworks": "SplunkMint.framework",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"WebKit",
"CoreLocation"
],
"libraries": "z",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz",
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/SplunkMint/\""
},
"requires_arc": true
}