File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010 s . license = package [ 'license' ]
1111 s . author = { 'Mixpanel, Inc' => 'support@mixpanel.com' }
1212 s . homepage = package [ 'homepage' ]
13- s . platform = :ios , "11 .0"
13+ s . platform = :ios , "12 .0"
1414 s . swift_version = '5.0'
1515 s . source = { :git => "https://github.com/mixpanel/mixpanel-react-native.git" , :tag => s . version }
1616 s . source_files = "ios/*.{swift,h,m}"
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919 s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020
2121 s . dependency "React-Core"
22- s . dependency "Mixpanel-swift" , '5.1.0 '
22+ s . dependency "Mixpanel-swift" , '5.1.3 '
2323end
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ repositories {
4141
4242dependencies {
4343 implementation ' com.facebook.react:react-native:+'
44- implementation ' com.mixpanel.android:mixpanel-android:8.2.0 '
44+ implementation ' com.mixpanel.android:mixpanel-android:8.2.4 '
4545}
You can’t perform that action at this time.
0 commit comments