Skip to content

Commit 1bdc5d5

Browse files
authored
Merge pull request #116 from mixpanel/update-dependencies-fixes
bump SDk dependencies
2 parents cdb9ac8 + cf64249 commit 1bdc5d5

File tree

5 files changed

+5
-506
lines changed

5 files changed

+5
-506
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: yarn install
7474
- name: Setup iOS
7575
working-directory: ./Samples/SimpleMixpanel/ios
76-
run: pod install
76+
run: pod install --repo-update
7777
- name: Test iOS
7878
working-directory: ./Samples/SimpleMixpanel
7979
run: yarn ios

MixpanelReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020

2121
s.dependency "React"
22-
s.dependency "Mixpanel-swift", '3.0.0.beta.5'
22+
s.dependency "Mixpanel-swift", '3.0.0'
2323
end

0 commit comments

Comments
 (0)