Skip to content

Commit

Permalink
Update Sample App to Nimbus v2.14.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
brugg authored Aug 3, 2023
1 parent 27b5987 commit 7eadb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Application/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
targets: ["Application"]),
],
dependencies: [
.package(url: "https://github.com/timehop/nimbus-ios-sdk.git", exact: "2.13.0"),
.package(url: "https://github.com/timehop/nimbus-ios-sdk.git", exact: "2.14.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'nimbus-ios-sample-pods' do

pod 'Application', :path => 'Application'

pod 'NimbusSDK', '2.13.0', subspecs: [
pod 'NimbusSDK', '2.14.0', subspecs: [
'NimbusKit', # Nimbus SDK
'NimbusRenderStaticKit', # Static Ad Renderer
'NimbusRenderVideoKit', # Video Ad Renderer
Expand Down

0 comments on commit 7eadb39

Please sign in to comment.