blob: 123f4bb540381f1029f4dac1abc52c7b370364e3 [file] [log] [blame]
{
"name": "NewRelicAgent",
"version": "7.1.0",
"summary": "Real-time performance data with your next iOS app release.",
"homepage": "http://newrelic.com/mobile-monitoring",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"New Relic, Inc.": "support@newrelic.com"
},
"source": {
"http": "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.1.0.zip"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"ios": {
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e"
},
"frameworks": "CoreTelephony"
},
"tvos": {
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
}
},
"vendored_frameworks": "NewRelic.xcframework",
"preserve_paths": "*.xcframework",
"frameworks": "SystemConfiguration",
"libraries": [
"z",
"c++"
],
"requires_arc": false
}