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.6.1-rc.1879 "
4+ s . version = "7.6.1"
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." => "support@newrelic.com" }
9- s . source = { :http => "https://download.newrelic.com/ios-v5 /NewRelic_XCFramework_Agent_7.6.1-rc.1879 .zip" }
9+ s . source = { :http => "https://download.newrelic.com/ios_agent /NewRelic_XCFramework_Agent_7.6.1.zip" }
1010 s . ios . deployment_target = '16.0'
1111 s . tvos . deployment_target = '16.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-v5 /NewRelic_XCFramework_Agent_7.6.1-rc.1879 .zip " ,
23- checksum: " af6d6d7e932f2c9e18c75b621a6634d39e0e653c1e61396eb3429ca1c1afe693 " )
22+ url: " https://download.newrelic.com/ios_agent /NewRelic_XCFramework_Agent_7.6.1.zip " ,
23+ checksum: " 8d6b95c21cfc5c2d6c7842afb66ff3083aafe919067e4d77dc92ed52a3e018ec " )
2424 ]
2525)
2626
You can’t perform that action at this time.
0 commit comments