Quellcode durchsuchen

Podspec did not match repo's tag naming (#3650)

Daniel Cohen Gindi vor 6 Jahren
Ursprung
Commit
24adf97ba6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      ReactNativeNavigation.podspec

+ 1
- 1
ReactNativeNavigation.podspec Datei anzeigen

@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14 14
 
15 15
   s.module_name  = 'ReactNativeNavigation'
16 16
 
17
-  s.source       = { :git => "https://github.com/wix/react-native-navigation.git", :tag => "v#{s.version}" }
17
+  s.source       = { :git => "https://github.com/wix/react-native-navigation.git", :tag => "#{s.version}" }
18 18
   s.source_files  = "lib/ios/**/*.{h,m}"
19 19
   s.exclude_files  = "lib/ios/ReactNativeNavigationTests/**/*.*"
20 20