Skip to content

Commit 841292f

Browse files
Update Teads SDK to 5.1.3
1 parent 2f87589 commit 841292f

File tree

3 files changed

+95
-95
lines changed

3 files changed

+95
-95
lines changed

Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ target 'TeadsSampleApp' do
77
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
88
use_frameworks!
99

10-
pod 'TeadsSDK', '~> 5.1'
10+
pod 'TeadsSDK', '~> 5.1.3'
1111

12-
pod 'TeadsSASAdapter', '~> 5.1'
13-
pod 'TeadsAdMobAdapter', '~> 5.1'
14-
pod 'TeadsAppLovinAdapter', '~> 5.1'
12+
pod 'TeadsSASAdapter', '~> 5.1.3'
13+
pod 'TeadsAdMobAdapter', '~> 5.1.3'
14+
pod 'TeadsAppLovinAdapter', '~> 5.1.3'
1515

1616
pod 'SwiftFormat/CLI'
1717
end

Podfile.lock

+33-33
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,50 @@ PODS:
33
- Google-Mobile-Ads-SDK (10.8.0):
44
- GoogleAppMeasurement (< 11.0, >= 7.0)
55
- GoogleUserMessagingPlatform (>= 1.1)
6-
- GoogleAppMeasurement (10.23.1):
7-
- GoogleAppMeasurement/AdIdSupport (= 10.23.1)
6+
- GoogleAppMeasurement (10.25.0):
7+
- GoogleAppMeasurement/AdIdSupport (= 10.25.0)
88
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
99
- GoogleUtilities/MethodSwizzler (~> 7.11)
1010
- GoogleUtilities/Network (~> 7.11)
1111
- "GoogleUtilities/NSData+zlib (~> 7.11)"
1212
- nanopb (< 2.30911.0, >= 2.30908.0)
13-
- GoogleAppMeasurement/AdIdSupport (10.23.1):
14-
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.23.1)
13+
- GoogleAppMeasurement/AdIdSupport (10.25.0):
14+
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.25.0)
1515
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
1616
- GoogleUtilities/MethodSwizzler (~> 7.11)
1717
- GoogleUtilities/Network (~> 7.11)
1818
- "GoogleUtilities/NSData+zlib (~> 7.11)"
1919
- nanopb (< 2.30911.0, >= 2.30908.0)
20-
- GoogleAppMeasurement/WithoutAdIdSupport (10.23.1):
20+
- GoogleAppMeasurement/WithoutAdIdSupport (10.25.0):
2121
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
2222
- GoogleUtilities/MethodSwizzler (~> 7.11)
2323
- GoogleUtilities/Network (~> 7.11)
2424
- "GoogleUtilities/NSData+zlib (~> 7.11)"
2525
- nanopb (< 2.30911.0, >= 2.30908.0)
2626
- GoogleUserMessagingPlatform (2.0.1)
27-
- GoogleUtilities/AppDelegateSwizzler (7.13.0):
27+
- GoogleUtilities/AppDelegateSwizzler (7.13.2):
2828
- GoogleUtilities/Environment
2929
- GoogleUtilities/Logger
3030
- GoogleUtilities/Network
3131
- GoogleUtilities/Privacy
32-
- GoogleUtilities/Environment (7.13.0):
32+
- GoogleUtilities/Environment (7.13.2):
3333
- GoogleUtilities/Privacy
3434
- PromisesObjC (< 3.0, >= 1.2)
35-
- GoogleUtilities/Logger (7.13.0):
35+
- GoogleUtilities/Logger (7.13.2):
3636
- GoogleUtilities/Environment
3737
- GoogleUtilities/Privacy
38-
- GoogleUtilities/MethodSwizzler (7.13.0):
38+
- GoogleUtilities/MethodSwizzler (7.13.2):
3939
- GoogleUtilities/Logger
4040
- GoogleUtilities/Privacy
41-
- GoogleUtilities/Network (7.13.0):
41+
- GoogleUtilities/Network (7.13.2):
4242
- GoogleUtilities/Logger
4343
- "GoogleUtilities/NSData+zlib"
4444
- GoogleUtilities/Privacy
4545
- GoogleUtilities/Reachability
46-
- "GoogleUtilities/NSData+zlib (7.13.0)":
46+
- "GoogleUtilities/NSData+zlib (7.13.2)":
4747
- GoogleUtilities/Privacy
48-
- GoogleUtilities/Privacy (7.13.0)
49-
- GoogleUtilities/Reachability (7.13.0):
48+
- GoogleUtilities/Privacy (7.13.2)
49+
- GoogleUtilities/Reachability (7.13.2):
5050
- GoogleUtilities/Logger
5151
- GoogleUtilities/Privacy
5252
- nanopb (2.30910.0):
@@ -59,25 +59,25 @@ PODS:
5959
- Smart-Display-SDK (7.18.0):
6060
- Smart-Core-SDK (~> 7.18)
6161
- SwiftFormat/CLI (0.50.1)
62-
- TeadsAdMobAdapter (5.1.1):
62+
- TeadsAdMobAdapter (5.1.3):
6363
- Google-Mobile-Ads-SDK (>= 9.0.0)
64-
- TeadsSDK (= 5.1.1)
65-
- TeadsAppLovinAdapter (5.1.1):
64+
- TeadsSDK (= 5.1.3)
65+
- TeadsAppLovinAdapter (5.1.3):
6666
- AppLovinSDK (>= 11.5.1)
67-
- TeadsSDK (= 5.1.1)
68-
- TeadsSASAdapter (5.1.1):
67+
- TeadsSDK (= 5.1.3)
68+
- TeadsSASAdapter (5.1.3):
6969
- Smart-Display-SDK (>= 7.6.2)
70-
- TeadsSDK (= 5.1.1)
71-
- TeadsSDK (5.1.1):
72-
- TeadsSDK/Core (= 5.1.1)
73-
- TeadsSDK/Core (5.1.1)
70+
- TeadsSDK (= 5.1.3)
71+
- TeadsSDK (5.1.3):
72+
- TeadsSDK/Core (= 5.1.3)
73+
- TeadsSDK/Core (5.1.3)
7474

7575
DEPENDENCIES:
7676
- SwiftFormat/CLI
77-
- TeadsAdMobAdapter (~> 5.1)
78-
- TeadsAppLovinAdapter (~> 5.1)
79-
- TeadsSASAdapter (~> 5.1)
80-
- TeadsSDK (~> 5.1)
77+
- TeadsAdMobAdapter (~> 5.1.3)
78+
- TeadsAppLovinAdapter (~> 5.1.3)
79+
- TeadsSASAdapter (~> 5.1.3)
80+
- TeadsSDK (~> 5.1.3)
8181

8282
SPEC REPOS:
8383
trunk:
@@ -99,19 +99,19 @@ SPEC REPOS:
9999
SPEC CHECKSUMS:
100100
AppLovinSDK: 5c667a790725d9529c01c3f3acf12ab195865fbb
101101
Google-Mobile-Ads-SDK: 69daa7fb42061b425340706e382e87fab3e666a3
102-
GoogleAppMeasurement: 794d1d2f71fdf77a077a3986258a5c2dac0f9d48
102+
GoogleAppMeasurement: 9abf64b682732fed36da827aa2a68f0221fd2356
103103
GoogleUserMessagingPlatform: 5f8b30daf181805317b6b985bb51c1ff3beca054
104-
GoogleUtilities: d053d902a8edaa9904e1bd00c37535385b8ed152
104+
GoogleUtilities: c56430aef51a1aa57b25da78c3f8397e522c67b7
105105
nanopb: 438bc412db1928dac798aa6fd75726007be04262
106106
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
107107
Smart-Core-SDK: 7f2b321a2f8a4233481db716a30a2715d2fafbd1
108108
Smart-Display-SDK: 83450dd0befaa55f08779a8c67c30bd6d8e80ee9
109109
SwiftFormat: e73212c71908404e333da34e303772b9e516ac9b
110-
TeadsAdMobAdapter: 97c740bade7f433ec73372d0fe1c2e7bedaeeab4
111-
TeadsAppLovinAdapter: f44f998464a570cb7ae37b2e4cdf9134f797f8d2
112-
TeadsSASAdapter: 851149447b24293cbcb8c0f2ca93c8739ca6d969
113-
TeadsSDK: 70452f9e291c33fc148ef9eca8425c72b903fa16
110+
TeadsAdMobAdapter: 8ad84ae86c9ab730a50a3e03962757ed4e9b533c
111+
TeadsAppLovinAdapter: 96548a65bdcf7bb277a0c904844faeba6600b556
112+
TeadsSASAdapter: 0858cce43492dea028838a7d289b5928d10becdb
113+
TeadsSDK: 2063418accbe371f3a98cadd933e53763dd5affd
114114

115-
PODFILE CHECKSUM: 393b53fe773fe70c29dfb94ca995faa7d222f72d
115+
PODFILE CHECKSUM: fa6163c00fa56eb713479bbd6ca7c09858dd3e55
116116

117117
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)