diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 71f321ef..49fd42c0 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -108,7 +108,7 @@ npm test - `uuid@3.3.2` - UUID generation ### Native SDK Dependencies -- iOS: `Mixpanel-swift@5.1.0` +- iOS: `Mixpanel-swift@6.4.0` - Android: `mixpanel-android@8.2.0` ## Sample Apps diff --git a/MixpanelReactNative.podspec b/MixpanelReactNative.podspec index 6f3e27f1..8707e1c2 100644 --- a/MixpanelReactNative.podspec +++ b/MixpanelReactNative.podspec @@ -19,5 +19,5 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } s.dependency "React-Core" - s.dependency "Mixpanel-swift", '5.2.0' + s.dependency "Mixpanel-swift", '6.4.0' end