blob: 951e8e20d783b52d9fe01fc2a39a07a8faaae751 [file] [log] [blame]
{
"name": "NewRelicAgent",
"version": "6.1.0",
"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": "8.0"
},
"authors": {
"New Relic, Inc.": "support@newrelic.com"
},
"source": {
"http": "https://download.newrelic.com/ios_agent/NewRelic_iOS_Agent_6.1.0.zip"
},
"source_files": "NewRelicAgent/NewRelicAgent.framework/**/*.h",
"vendored_frameworks": "NewRelicAgent/NewRelicAgent.framework",
"preserve_paths": "NewRelicAgent/*.framework",
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"c++"
],
"requires_arc": false
}