blob: 636cac67192d66bf65d5b1bec1b3f5e457cd589f [file] [log] [blame]
{
"name": "NewRelicAgent",
"version": "7.0.0",
"summary": "Real-time performance data with your next iOS app release.",
"homepage": "http://newrelic.com/mobile-monitoring",
"license": {
"type": "Commercial",
"file": "NewRelicAgent/LICENSE"
},
"authors": {
"New Relic, Inc.": "support@newrelic.com"
},
"source": {
"http": "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.0.0.zip"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"vendored_frameworks": "NewRelicAgent/NewRelic.xcframework",
"preserve_paths": "NewRelicAgent/*.xcframework",
"frameworks": "SystemConfiguration",
"ios": {
"frameworks": "CoreTelephony"
},
"libraries": [
"z",
"c++"
],
"requires_arc": false
}