diff --git a/react-native-webview.podspec b/react-native-webview.podspec index 9cf5520..490a997 100644 --- a/react-native-webview.podspec +++ b/react-native-webview.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.homepage = package['homepage'] s.platform = :ios, "9.0" - s.source = { :git => "https://github.com/react-native-community/react-native-webview.git" } + s.source = { :git => "https://github.com/react-native-community/react-native-webview.git, :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m}" s.dependency 'React'