From a5b3d5f08194f9025079fe1a886f8649fdd47024 Mon Sep 17 00:00:00 2001 From: Nico Prananta Date: Thu, 5 Dec 2013 11:47:19 +0900 Subject: [PATCH] Update NewRelicAgent to 3.130 --- NewRelicAgent/3.130/NewRelicAgent.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 NewRelicAgent/3.130/NewRelicAgent.podspec diff --git a/NewRelicAgent/3.130/NewRelicAgent.podspec b/NewRelicAgent/3.130/NewRelicAgent.podspec new file mode 100644 index 00000000000000..8c3cfa0ff6c95e --- /dev/null +++ b/NewRelicAgent/3.130/NewRelicAgent.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = 'NewRelicAgent' + s.version = '3.130' + s.platform = :ios, '5.0' + s.license = { :type => "Commercial", :file => "NewRelic_iOS_Agent_#{s.version}/LICENSE" } + s.summary = "Real-time performance data with your next iOS app release." + s.homepage = "http://newrelic.com/mobile-monitoring" + s.authors = {'New Relic, Inc.' => 'support@newrelic.com'} + s.source = { :http => "https://download.newrelic.com/ios_agent/NewRelic_iOS_Agent_#{s.version}.zip" } + s.framework = 'SystemConfiguration', 'CoreTelephony' + s.library = 'z' + s.preserve_paths = "NewRelic_iOS_Agent_#{s.version}/*.framework" + s.public_header_files = "NewRelic_iOS_Agent_#{s.version}/NewRelicAgent.framework/**/*.h" + s.vendored_frameworks = "NewRelic_iOS_Agent_#{s.version}/NewRelicAgent.framework" +end