File tree 8 files changed +35
-25
lines changed
8 files changed +35
-25
lines changed Original file line number Diff line number Diff line change 1
1
github "tealium/tealium-swift" ~> 2.12
2
- binary "https://raw.githubusercontent.com/Tealium/tealium-ios-braze-remote-command/main/braze.json" ~> 8 .0
2
+ binary "https://raw.githubusercontent.com/Tealium/tealium-ios-braze-remote-command/main/braze.json" ~> 9 .0
Original file line number Diff line number Diff line change 1
- binary "https://raw.githubusercontent.com/Tealium/tealium-ios- braze-remote-command/MT-1524/braze .json" "8.4 .0"
2
- github "tealium/tealium-swift" "2.12.3 "
1
+ binary "braze.json" "9.3 .0"
2
+ github "tealium/tealium-swift" "2.13.0 "
Original file line number Diff line number Diff line change 6
6
"repositoryURL" : " https://github.com/braze-inc/braze-swift-sdk" ,
7
7
"state" : {
8
8
"branch" : null ,
9
- "revision" : " aeb3213fcabcd95f4c4831d895eb01a60db26b87" ,
10
- "version" : " 5.6.2"
9
+ "revision" : " 5bf78ca1f37c4824bb37ee8dd66ed1b17b8a45ff" ,
10
+ "version" : " 9.3.0"
11
+ }
12
+ },
13
+ {
14
+ "package" : " SDWebImage" ,
15
+ "repositoryURL" : " https://github.com/SDWebImage/SDWebImage.git" ,
16
+ "state" : {
17
+ "branch" : null ,
18
+ "revision" : " b8523c1642f3c142b06dd98443ea7c48343a4dfd" ,
19
+ "version" : " 5.19.3"
11
20
}
12
21
},
13
22
{
14
23
"package" : " TealiumSwift" ,
15
24
"repositoryURL" : " https://github.com/tealium/tealium-swift" ,
16
25
"state" : {
17
26
"branch" : null ,
18
- "revision" : " ef4631c662546abda787b365ba0976cd49de6ffa " ,
19
- "version" : " 2.8.2 "
27
+ "revision" : " 384536125778089c6144ea22b0a88f223f268b87 " ,
28
+ "version" : " 2.13.0 "
20
29
}
21
30
}
22
31
]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ let package = Package(
11
11
] ,
12
12
dependencies: [
13
13
. package ( url: " https://github.com/tealium/tealium-swift " , . upToNextMajor( from: " 2.12.0 " ) ) ,
14
- . package ( url: " https://github.com/braze-inc/braze-swift-sdk " , . upToNextMajor( from: " 8 .0.0" ) )
14
+ . package ( url: " https://github.com/braze-inc/braze-swift-sdk " , . upToNextMajor( from: " 9 .0.0" ) )
15
15
] ,
16
16
targets: [
17
17
. target(
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public enum BrazeConstants {
14
14
static let separator : Character = " , "
15
15
static let commandId = " braze "
16
16
static let description = " Braze Remote Command "
17
- static let version = " 3.3 .0 "
17
+ static let version = " 3.4 .0 "
18
18
19
19
enum Commands : String {
20
20
case initialize = " initialize "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
3
3
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4
4
s . name = "TealiumBraze"
5
5
s . module_name = "TealiumBraze"
6
- s . version = "3.3 .0"
6
+ s . version = "3.4 .0"
7
7
s . summary = "Tealium Swift and Braze integration"
8
8
s . description = <<-DESC
9
9
Tealium's integration with Braze for iOS.
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
32
32
# ――― Dependencies ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
33
33
s . ios . dependency 'tealium-swift/Core' , '~> 2.12'
34
34
s . ios . dependency 'tealium-swift/RemoteCommands' , '~> 2.12'
35
- s . ios . dependency 'BrazeKit' , '~> 8 .0'
35
+ s . ios . dependency 'BrazeKit' , '~> 9 .0'
36
36
s . static_framework = true
37
37
38
38
end
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - BrazeKit (8.4 .0)
3
- - BrazeLocation (8.4 .0):
4
- - BrazeKit (= 8.4 .0)
5
- - tealium-swift/Core (2.12.3 )
6
- - tealium-swift/Lifecycle (2.12.3 ):
2
+ - BrazeKit (9.3 .0)
3
+ - BrazeLocation (9.3 .0):
4
+ - BrazeKit (= 9.3 .0)
5
+ - tealium-swift/Core (2.13.0 )
6
+ - tealium-swift/Lifecycle (2.13.0 ):
7
7
- tealium-swift/Core
8
- - tealium-swift/RemoteCommands (2.12.3 ):
8
+ - tealium-swift/RemoteCommands (2.13.0 ):
9
9
- tealium-swift/Core
10
- - tealium-swift/TagManagement (2.12.3 ):
10
+ - tealium-swift/TagManagement (2.13.0 ):
11
11
- tealium-swift/Core
12
- - TealiumBraze (3.3 .0):
13
- - BrazeKit (~> 8 .0)
12
+ - TealiumBraze (3.4 .0):
13
+ - BrazeKit (~> 9 .0)
14
14
- tealium-swift/Core (~> 2.12)
15
15
- tealium-swift/RemoteCommands (~> 2.12)
16
16
@@ -31,11 +31,11 @@ EXTERNAL SOURCES:
31
31
:path: "../"
32
32
33
33
SPEC CHECKSUMS:
34
- BrazeKit: 7aa946734211e8371c6525447db98406ded44402
35
- BrazeLocation: cb2a1befb02fc7ef180fdfd1287f985bf0e87b0d
36
- tealium-swift: 3979f3eadf84e5c9ec391f2cba01375e36d4b26c
37
- TealiumBraze: d44c744362d04065f89d11f4d868bca95772a7a0
34
+ BrazeKit: 149a9b3386d14b67f6f7a0010053282021f93518
35
+ BrazeLocation: 48dabd69e12b13c23222b69247a4239807c9664a
36
+ tealium-swift: f2a1d022bae58151c7ff31d2a063008cfe6463d8
37
+ TealiumBraze: af453e2758490a06ea463183a49fc9ec8bad9fc6
38
38
39
39
PODFILE CHECKSUM: bd36620a6237490c846dcfc61142c9bc2791390d
40
40
41
- COCOAPODS: 1.15 .2
41
+ COCOAPODS: 1.14 .2
Original file line number Diff line number Diff line change 1
1
{
2
+ "9.3.0" :" https://github.com/braze-inc/braze-swift-sdk/releases/download/9.3.0/BrazeKit.zip" ,
2
3
"8.4.0" :" https://github.com/braze-inc/braze-swift-sdk/releases/download/8.4.0/BrazeKit.zip" ,
3
4
"7.2.0" :" https://github.com/braze-inc/braze-swift-sdk/releases/download/7.2.0/BrazeKit.zip" ,
4
5
"5.8.1" :" https://github.com/braze-inc/braze-swift-sdk/releases/download/5.8.1/BrazeKit.zip" ,
You can’t perform that action at this time.
0 commit comments