chore(podspec): Podspec source format fix (#681)

This commit is contained in:
Thorny
2019-07-02 16:58:50 +02:00
committed by Thibault Malbranche
parent fc04c51c31
commit 38110327ed
+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", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m}"
s.dependency 'React'