blob: fcd9db6932298eb42d9e501ebacb9f9fd1b483d9 [file] [log] [blame]
{
"name": "NewRelicAgent",
"version": "5.4.1",
"summary": "Real-time performance data with your next iOS app release.",
"homepage": "http://newrelic.com/mobile-monitoring",
"license": {
"type": "Commercial",
"file": "NewRelicAgent/LICENSE"
},
"platforms": {
"ios": "5.0"
},
"authors": {
"New Relic, Inc.": "support@newrelic.com"
},
"source": {
"http": "https://download.newrelic.com/ios_agent/NewRelic_iOS_Agent_5.4.1.zip"
},
"public_header_files": "NewRelicAgent/NewRelicAgent.framework/**/*.h",
"vendored_frameworks": "NewRelicAgent/NewRelicAgent.framework",
"preserve_paths": "NewRelicAgent/*.framework",
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"c++"
],
"requires_arc": false
}