Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update nova to 0087 version #20

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ target 'MSPDemoApp' do
project 'MSPDemoApp/MSPDemoApp'
#use_frameworks!
pod 'MSPCore', '0.0.83', :modular_headers => true
pod 'NovaAdapter', '0.0.86', :modular_headers => true
pod 'NovaAdapter', '0.0.87', :modular_headers => true
pod 'GoogleAdapter', '0.0.83', :modular_headers => true
pod 'FacebookAdapter', '0.0.86', :modular_headers => true

Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- FacebookAdapter (0.0.83):
- FacebookAdapter (0.0.86):
- FBAudienceNetwork (= 6.15.0)
- MSPSharedLibraries (= 0.0.82)
- FBAudienceNetwork (6.15.0)
Expand All @@ -14,17 +14,17 @@ PODS:
- PrebidAdapter (= 0.0.83)
- SwiftProtobuf (= 1.21.0)
- MSPSharedLibraries (0.0.82)
- NovaAdapter (0.0.85):
- NovaAdapter (0.0.87):
- MSPSharedLibraries (= 0.0.82)
- PrebidAdapter (0.0.83):
- MSPSharedLibraries (= 0.0.82)
- SwiftProtobuf (1.21.0)

DEPENDENCIES:
- FacebookAdapter (= 0.0.83)
- FacebookAdapter (= 0.0.86)
- GoogleAdapter (= 0.0.83)
- MSPCore (= 0.0.83)
- NovaAdapter (= 0.0.85)
- NovaAdapter (= 0.0.87)

SPEC REPOS:
trunk:
Expand All @@ -40,17 +40,17 @@ SPEC REPOS:
- SwiftProtobuf

SPEC CHECKSUMS:
FacebookAdapter: d46af508ce83b56956ff619970df812acc364e56
FacebookAdapter: cef6fb6ad585030f9fb2fda1ed36bf7988a54bad
FBAudienceNetwork: 80a035aa69cc3a71c99e44cb5c2874e4cef9909f
Google-Mobile-Ads-SDK: 5a6d005a6cb5b5e8f4c7b69ca05cdea79c181139
GoogleAdapter: b137709b3b96b998b06746f63a7b16bb090fa8ba
GoogleUserMessagingPlatform: a8b56893477f67212fbc8411c139e61d463349f5
MSPCore: 342ce274091911857a02d9ee4fa03b9d15875be8
MSPSharedLibraries: 4139079ca2cd4889f9f8bca26371965df301ed6c
NovaAdapter: 9fd004886ee2a508d5cdb71b1ba21471dea3b0d3
NovaAdapter: 469092047d171e84713e82fe615d3f2837108ee3
PrebidAdapter: e46ef4937d720e73c6be8d6e1e0a80d49e253dc8
SwiftProtobuf: afced68785854575756db965e9da52bbf3dc45e7

PODFILE CHECKSUM: 545d165d896ff9d2f94635749e765278b4e2d864
PODFILE CHECKSUM: 632d358d587f9812a810b4388b745b852917ee80

COCOAPODS: 1.15.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 17 additions & 3 deletions Pods/NovaAdapter/NovaAdapter/NovaAdapter/NovaAdapter.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading