Skip to content

Commit b8207a1

Browse files
authored
[Chore] Update mParticle Version for Braze fix
[Chore] Update mParticle version for Braze identity fix
1 parent a973147 commit b8207a1

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ PODS:
55
- Mixpanel-swift (2.4.4):
66
- Mixpanel-swift/Complete (= 2.4.4)
77
- Mixpanel-swift/Complete (2.4.4)
8-
- mParticle-Apple-SDK (7.5.1):
9-
- mParticle-Apple-SDK/mParticle (= 7.5.1)
10-
- mParticle-Apple-SDK/mParticle (7.5.1)
11-
- Simcoe/Adobe (1.2.0):
8+
- mParticle-Apple-SDK (7.5.4):
9+
- mParticle-Apple-SDK/mParticle (= 7.5.4)
10+
- mParticle-Apple-SDK/mParticle (7.5.4)
11+
- Simcoe/Adobe (2.0.0):
1212
- AdobeMobileSDK (~> 4.13)
1313
- Simcoe/Core
14-
- Simcoe/Core (1.2.0)
15-
- Simcoe/Mixpanel (1.2.0):
14+
- Simcoe/Core (2.0.0)
15+
- Simcoe/Mixpanel (2.0.0):
1616
- Mixpanel-swift (~> 2.4.4)
1717
- Simcoe/Core
18-
- Simcoe/mParticle (1.2.0):
19-
- mParticle-Apple-SDK (= 7.5.1)
18+
- Simcoe/mParticle (2.0.0):
19+
- mParticle-Apple-SDK (= 7.5.4)
2020
- Simcoe/Core
2121

2222
DEPENDENCIES:
2323
- AdobeMobileSDK (~> 4.13)
2424
- Mixpanel-swift (~> 2.4.4)
25-
- mParticle-Apple-SDK (= 7.5.1)
25+
- mParticle-Apple-SDK (= 7.5.4)
2626
- Simcoe/Adobe (from `./`)
2727
- Simcoe/Mixpanel (from `./`)
2828
- Simcoe/mParticle (from `./`)
@@ -34,8 +34,8 @@ EXTERNAL SOURCES:
3434
SPEC CHECKSUMS:
3535
AdobeMobileSDK: de79920972a9abcf4e27b141fb79d0262fe9ee11
3636
Mixpanel-swift: 1908db7a972b362fcab1a0c3b37ec6087b95d8d9
37-
mParticle-Apple-SDK: e901dec4147c3f1c041c2cb493b129ae652e26f1
38-
Simcoe: 014cb7317cc7f51472dfd3202db86fd960288696
37+
mParticle-Apple-SDK: 9ab63c0a4e6c87df727866455f8b633fdef54873
38+
Simcoe: 0156f91dfdd147ffdc0786d675209228e78489f2
3939

4040
PODFILE CHECKSUM: 8d8a42d64db1433bbfb67a53162f9258ec0d74fb
4141

Simcoe.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "Simcoe"
5-
s.version = "1.2.0"
5+
s.version = "2.0.0"
66
s.summary = "An analytics framework that provides a base layer of simple APIs for managing analytics frameworks."
77
s.description = <<-DESC
88
Simcoe is an analytics framework that aims to provide a simple, extensible API for managing and handling various analytics frameworks. It makes very few assumptions about your analytics implementations, allowing the implementer to customize it to their needs.
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
3434
# Each subspec represents an analytics library implemented using Simcoe.
3535

3636
adobe = { :name => "Adobe", :dependency => "AdobeMobileSDK", :version => '~> 4.13' }
37-
mParticle = { :name => "mParticle", :dependency => "mParticle-Apple-SDK", :version => '7.5.1' }
37+
mParticle = { :name => "mParticle", :dependency => "mParticle-Apple-SDK", :version => '7.5.4' }
3838
mixpanel = { :name => "Mixpanel", :dependency => "Mixpanel-swift", :version => '~> 2.4.4' }
3939

4040
all_specs = [adobe, mParticle, mixpanel]

0 commit comments

Comments
 (0)