Explorar el Código

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

Daniel Cohen Gindi hace 6 años
padre
commit
24adf97ba6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      ReactNativeNavigation.podspec

+ 1
- 1
ReactNativeNavigation.podspec Ver fichero

14
 
14
 
15
   s.module_name  = 'ReactNativeNavigation'
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
   s.source_files  = "lib/ios/**/*.{h,m}"
18
   s.source_files  = "lib/ios/**/*.{h,m}"
19
   s.exclude_files  = "lib/ios/ReactNativeNavigationTests/**/*.*"
19
   s.exclude_files  = "lib/ios/ReactNativeNavigationTests/**/*.*"
20
 
20