Skip to content

Commit 025371f

Browse files
authored
Update due the version of Mixpanel on cocoapods (davide-scalzo#224)
The version available to pod install now are the 3.6.0 version, with the old 3.5.0, the package are failing on install ios depencendy.
1 parent e379c4c commit 025371f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-mixpanel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
1414
s.source_files = 'RNMixpanel/*'
1515
s.platform = :ios, "8.0"
1616
s.tvos.deployment_target = '10.0'
17-
s.dependency 'Mixpanel', '~> 3.5.0'
17+
s.dependency 'Mixpanel', '~> 3.6.0'
1818
s.dependency 'React'
1919
end

0 commit comments

Comments
 (0)