diff --git a/Gemfile.lock b/Gemfile.lock index 0d0daf1a..90a22391 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,30 +1,41 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.5) + CFPropertyList (3.0.7) + base64 + nkf rexml - activesupport (6.1.7.6) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.2) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) atomos (0.1.3) - claide (1.0.3) - cocoapods (1.11.2) + base64 (0.2.0) + benchmark (0.3.0) + bigdecimal (3.1.5) + claide (1.1.0) + cocoapods (1.16.2) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.11.2) + cocoapods-core (= 1.16.2) cocoapods-deintegrate (>= 1.0.3, < 2.0) - cocoapods-downloader (>= 1.4.0, < 2.0) + cocoapods-downloader (>= 2.1, < 3.0) cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-search (>= 1.0.0, < 2.0) - cocoapods-trunk (>= 1.4.0, < 2.0) + cocoapods-trunk (>= 1.6.0, < 2.0) cocoapods-try (>= 1.1.0, < 2.0) colored2 (~> 3.1) escape (~> 0.0.4) @@ -32,10 +43,10 @@ GEM gh_inspector (~> 1.0) molinillo (~> 0.8.0) nap (~> 1.0) - ruby-macho (>= 1.0, < 3.0) - xcodeproj (>= 1.21.0, < 2.0) - cocoapods-core (1.11.2) - activesupport (>= 5.0, < 7) + ruby-macho (>= 2.3.0, < 3.0) + xcodeproj (>= 1.27.0, < 2.0) + cocoapods-core (1.16.2) + activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) concurrent-ruby (~> 1.1) @@ -45,7 +56,7 @@ GEM public_suffix (~> 4.0) typhoeus (~> 1.0) cocoapods-deintegrate (1.0.5) - cocoapods-downloader (1.6.3) + cocoapods-downloader (2.1) cocoapods-plugins (1.0.0) nap cocoapods-search (1.0.1) @@ -54,47 +65,50 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + drb (2.2.0) + ruby2_keywords escape (0.0.4) - ethon (0.15.0) + ethon (0.16.0) ffi (>= 1.15.0) - ffi (1.15.4) + ffi (1.17.0-arm64-darwin) fourflusher (2.3.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) httpclient (2.8.3) - i18n (1.14.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.6.1) - minitest (5.19.0) + json (2.7.2) + logger (1.6.0) + minitest (5.20.0) molinillo (0.8.0) - nanaimo (0.3.0) + nanaimo (0.4.0) nap (1.1.0) netrc (0.11.0) - public_suffix (4.0.6) - rexml (3.2.5) + nkf (0.1.3) + public_suffix (4.0.7) + rexml (3.3.9) ruby-macho (2.5.1) - typhoeus (1.4.0) + ruby2_keywords (0.0.5) + securerandom (0.3.1) + typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - xcodeproj (1.21.0) + xcodeproj (1.27.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) colored2 (~> 3.1) - nanaimo (~> 0.3.0) - rexml (~> 3.2.4) - zeitwerk (2.6.11) + nanaimo (~> 0.4.0) + rexml (>= 3.3.6, < 4.0) PLATFORMS - arm64-darwin-21 - x86_64-darwin-19 - x86_64-darwin-20 - x86_64-linux + arm64-darwin DEPENDENCIES cocoapods (>= 1.10.2) BUNDLED WITH - 2.3.13 + 2.5.22 diff --git a/Podfile b/Podfile index 3766c735..6e63f019 100644 --- a/Podfile +++ b/Podfile @@ -1,17 +1,17 @@ project 'TeadsSampleApp.xcodeproj' # Uncomment the next line to define a global platform for your project -platform :ios, '10.0' +platform :ios, '15.0' target 'TeadsSampleApp' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! - pod 'TeadsSDK', '~> 5.1.3' + pod 'TeadsSDK', '~> 5.1.8' - pod 'TeadsSASAdapter', '~> 5.1.3' - pod 'TeadsAdMobAdapter', '~> 5.1.3' - pod 'TeadsAppLovinAdapter', '~> 5.1.3' + pod 'TeadsSASAdapter', '~> 5.1.8' + pod 'TeadsAdMobAdapter', '~> 5.1.8' + pod 'TeadsAppLovinAdapter', '~> 5.1.8' pod 'SwiftFormat/CLI' end diff --git a/Podfile.lock b/Podfile.lock index d5e828bd..6b4c3c70 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -3,50 +3,50 @@ PODS: - Google-Mobile-Ads-SDK (10.8.0): - GoogleAppMeasurement (< 11.0, >= 7.0) - GoogleUserMessagingPlatform (>= 1.1) - - GoogleAppMeasurement (10.25.0): - - GoogleAppMeasurement/AdIdSupport (= 10.25.0) + - GoogleAppMeasurement (10.29.0): + - GoogleAppMeasurement/AdIdSupport (= 10.29.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30911.0, >= 2.30908.0) - - GoogleAppMeasurement/AdIdSupport (10.25.0): - - GoogleAppMeasurement/WithoutAdIdSupport (= 10.25.0) + - GoogleAppMeasurement/AdIdSupport (10.29.0): + - GoogleAppMeasurement/WithoutAdIdSupport (= 10.29.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30911.0, >= 2.30908.0) - - GoogleAppMeasurement/WithoutAdIdSupport (10.25.0): + - GoogleAppMeasurement/WithoutAdIdSupport (10.29.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30911.0, >= 2.30908.0) - GoogleUserMessagingPlatform (2.0.1) - - GoogleUtilities/AppDelegateSwizzler (7.13.2): + - GoogleUtilities/AppDelegateSwizzler (7.13.3): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - GoogleUtilities/Privacy - - GoogleUtilities/Environment (7.13.2): + - GoogleUtilities/Environment (7.13.3): - GoogleUtilities/Privacy - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/Logger (7.13.2): + - GoogleUtilities/Logger (7.13.3): - GoogleUtilities/Environment - GoogleUtilities/Privacy - - GoogleUtilities/MethodSwizzler (7.13.2): + - GoogleUtilities/MethodSwizzler (7.13.3): - GoogleUtilities/Logger - GoogleUtilities/Privacy - - GoogleUtilities/Network (7.13.2): + - GoogleUtilities/Network (7.13.3): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Privacy - GoogleUtilities/Reachability - - "GoogleUtilities/NSData+zlib (7.13.2)": + - "GoogleUtilities/NSData+zlib (7.13.3)": - GoogleUtilities/Privacy - - GoogleUtilities/Privacy (7.13.2) - - GoogleUtilities/Reachability (7.13.2): + - GoogleUtilities/Privacy (7.13.3) + - GoogleUtilities/Reachability (7.13.3): - GoogleUtilities/Logger - GoogleUtilities/Privacy - nanopb (2.30910.0): @@ -59,25 +59,25 @@ PODS: - Smart-Display-SDK (7.18.0): - Smart-Core-SDK (~> 7.18) - SwiftFormat/CLI (0.50.1) - - TeadsAdMobAdapter (5.1.3): + - TeadsAdMobAdapter (5.1.8): - Google-Mobile-Ads-SDK (>= 9.0.0) - - TeadsSDK (= 5.1.3) - - TeadsAppLovinAdapter (5.1.3): + - TeadsSDK (= 5.1.8) + - TeadsAppLovinAdapter (5.1.8): - AppLovinSDK (>= 11.5.1) - - TeadsSDK (= 5.1.3) - - TeadsSASAdapter (5.1.3): + - TeadsSDK (= 5.1.8) + - TeadsSASAdapter (5.1.8): - Smart-Display-SDK (>= 7.6.2) - - TeadsSDK (= 5.1.3) - - TeadsSDK (5.1.3): - - TeadsSDK/Core (= 5.1.3) - - TeadsSDK/Core (5.1.3) + - TeadsSDK (= 5.1.8) + - TeadsSDK (5.1.8): + - TeadsSDK/Core (= 5.1.8) + - TeadsSDK/Core (5.1.8) DEPENDENCIES: - SwiftFormat/CLI - - TeadsAdMobAdapter (~> 5.1.3) - - TeadsAppLovinAdapter (~> 5.1.3) - - TeadsSASAdapter (~> 5.1.3) - - TeadsSDK (~> 5.1.3) + - TeadsAdMobAdapter (~> 5.1.8) + - TeadsAppLovinAdapter (~> 5.1.8) + - TeadsSASAdapter (~> 5.1.8) + - TeadsSDK (~> 5.1.8) SPEC REPOS: trunk: @@ -99,19 +99,19 @@ SPEC REPOS: SPEC CHECKSUMS: AppLovinSDK: 5c667a790725d9529c01c3f3acf12ab195865fbb Google-Mobile-Ads-SDK: 69daa7fb42061b425340706e382e87fab3e666a3 - GoogleAppMeasurement: 9abf64b682732fed36da827aa2a68f0221fd2356 + GoogleAppMeasurement: f9de05ee17401e3355f68e8fc8b5064d429f5918 GoogleUserMessagingPlatform: 5f8b30daf181805317b6b985bb51c1ff3beca054 - GoogleUtilities: c56430aef51a1aa57b25da78c3f8397e522c67b7 + GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15 nanopb: 438bc412db1928dac798aa6fd75726007be04262 PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 Smart-Core-SDK: 7f2b321a2f8a4233481db716a30a2715d2fafbd1 Smart-Display-SDK: 83450dd0befaa55f08779a8c67c30bd6d8e80ee9 SwiftFormat: e73212c71908404e333da34e303772b9e516ac9b - TeadsAdMobAdapter: 8ad84ae86c9ab730a50a3e03962757ed4e9b533c - TeadsAppLovinAdapter: 96548a65bdcf7bb277a0c904844faeba6600b556 - TeadsSASAdapter: 0858cce43492dea028838a7d289b5928d10becdb - TeadsSDK: 2063418accbe371f3a98cadd933e53763dd5affd + TeadsAdMobAdapter: 8f6a859141e72237ead1f6991cf2ddbe2485a966 + TeadsAppLovinAdapter: 782ad5057b04d0ee5432a6171651e077d1b8837e + TeadsSASAdapter: e8c0c3fe680bf651ead8591b19e70ccdf65ba52e + TeadsSDK: 336af1346c2a42b6dfb75ad506d580d16dd07a40 -PODFILE CHECKSUM: fa6163c00fa56eb713479bbd6ca7c09858dd3e55 +PODFILE CHECKSUM: d67b1c5468cb0453685f9a58f633287d549faf5e -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2