소스 검색

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