浏览代码

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

Daniel Cohen Gindi 6 年前
父节点
当前提交
24adf97ba6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      ReactNativeNavigation.podspec

+ 1
- 1
ReactNativeNavigation.podspec 查看文件

@@ -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