File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "mParticle-Rokt"
3- s . version = "8.0.1 "
3+ s . version = "8.0.2 "
44 s . summary = "Rokt integration for mParticle"
55
66 s . description = <<-DESC
@@ -14,8 +14,8 @@ Pod::Spec.new do |s|
1414 s . social_media_url = "https://twitter.com/mparticle"
1515 s . swift_version = '5.3'
1616
17- s . ios . deployment_target = "11 .0"
17+ s . ios . deployment_target = "12 .0"
1818 s . ios . source_files = 'mParticle-Rokt/*.{h,m}'
1919 s . ios . dependency 'mParticle-Apple-SDK' , '~> 8.0'
20- s . ios . dependency 'Rokt-Widget' , '~> 4.8 '
20+ s . ios . dependency 'Rokt-Widget' , '~> 4.10 '
2121end
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ - (MPKitExecStatus *)didFinishLaunchingWithConfiguration:(NSDictionary *)configu
4444
4545 NSString *sdkVersion = [MParticle sharedInstance ].version ;
4646 // https://go.mparticle.com/work/SQDSDKS-7379
47- NSString *kitVersion = @" 8.0.1 " ;
47+ NSString *kitVersion = @" 8.0.2 " ;
4848
4949 // Initialize Rokt SDK here
5050 [Rokt initWithRoktTagId: partnerId mParticleSdkVersion: sdkVersion mParticleKitVersion: kitVersion onInitComplete: ^(BOOL InitComplete) {
You can’t perform that action at this time.
0 commit comments