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.3-rc.1200 "
4+ s . version = "7.5.3"
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-v5 /NewRelic_XCFramework_Agent_7.5.3-rc.1200 .zip" }
9+ s . source = { :http => "https://download.newrelic.com/ios_agent /NewRelic_XCFramework_Agent_7.5.3.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-v5 /NewRelic_XCFramework_Agent_7.5.3-rc.1200 .zip " ,
23- checksum: " 8888c4e0389ca115a59073eac14037ace46a414f739dc211e710d843e4059797 " )
22+ url: " https://download.newrelic.com/ios_agent /NewRelic_XCFramework_Agent_7.5.3.zip " ,
23+ checksum: " e93daf21bdd3f6b741207f1dd6597e7359839e876f5b78b6070b43e907dd3d49 " )
2424 ]
2525)
2626
You can’t perform that action at this time.
0 commit comments