Преглед изворни кода

chore(podspec): fix quotes (#691)

add missing quote
道玄 пре 6 година
родитељ
комит
fc04c51c31
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      react-native-webview.podspec

+ 1
- 1
react-native-webview.podspec Прегледај датотеку

12
   s.homepage     = package['homepage']
12
   s.homepage     = package['homepage']
13
   s.platform     = :ios, "9.0"
13
   s.platform     = :ios, "9.0"
14
 
14
 
15
-  s.source       = { :git => "https://github.com/react-native-community/react-native-webview.git, :tag => "#{s.version}" }
15
+  s.source       = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "#{s.version}" }
16
   s.source_files  = "ios/**/*.{h,m}"
16
   s.source_files  = "ios/**/*.{h,m}"
17
 
17
 
18
   s.dependency 'React'
18
   s.dependency 'React'