mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 03:31:05 +00:00
chore(podspec): Podspec source format fix (#681)
This commit is contained in:
committed by
Thibault Malbranche
parent
199031f017
commit
e4794dc1f1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user