File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
22Pod ::Spec . new do |s |
33 s . name = "NewRelicAgent"
4- s . version = "7.5.11 "
4+ s . version = "7.6.0 "
55 s . summary = "Real-time performance data with your next iOS app release."
66 s . homepage = "http://newrelic.com/mobile-monitoring"
77 s . license = { :type => "Commercial" , :file => "LICENSE" }
88 s . author = { "New Relic, Inc." => "[email protected] " } 9- s . source = { :http => "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.5.11 .zip" }
9+ s . source = { :http => "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.6.0 .zip" }
1010 s . ios . deployment_target = '9.0'
1111 s . tvos . deployment_target = '9.0'
1212 s . watchos . deployment_target = '10.0'
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ let package = Package(
1919 name: " NewRelicPackage " ,
2020 dependencies: [ ] ) ,
2121 . binaryTarget( name: " NewRelic " ,
22- url: " https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.5.11 .zip " ,
23- checksum: " 97f09ddbabbb0e11a9cd151c4315add7f9e648f2601bf7a9a89ddeb2c9a83e4e " )
22+ url: " https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.6.0 .zip " ,
23+ checksum: " dd7976239ac83a7c97e03cd12e7e4688b577ad6985e51a17e8f9f18655e45f26 " )
2424 ]
2525)
2626
You can’t perform that action at this time.
0 commit comments