chore(podspec): Add version to podspec (#646)

This commit is contained in:
Hyo Chan Jang
2019-06-22 00:12:49 +02:00
committed by Thibault Malbranche
parent 167431941b
commit 73c630c5bb
+1 -1
View File
@@ -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'