Skip to content

Commit

Permalink
Merge pull request CocoaPods#5908 from nicnocquee/master
Browse files Browse the repository at this point in the history
Update NewRelicAgent to 3.130
  • Loading branch information
kapin committed Dec 5, 2013
2 parents cd87c68 + a5b3d5f commit ae68be0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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

0 comments on commit ae68be0

Please sign in to comment.