Skip to content

Instantly share code, notes, and snippets.

@jehartzog
Created April 10, 2021 20:59
Show Gist options
  • Save jehartzog/7dd4587416786aa6d432948691fd7a3b to your computer and use it in GitHub Desktop.
Save jehartzog/7dd4587416786aa6d432948691fd7a3b to your computer and use it in GitHub Desktop.
react-native-tus-client TUSKit Version Fix
diff --git a/node_modules/react-native-tus-client/RNTusClient.podspec b/node_modules/react-native-tus-client/RNTusClient.podspec
index b855287..3f49b50 100644
--- a/node_modules/react-native-tus-client/RNTusClient.podspec
+++ b/node_modules/react-native-tus-client/RNTusClient.podspec
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.dependency 'React-Core'
- s.dependency 'TUSKit'
+ s.dependency 'TUSKit', '~> 1.4.2'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment