Skip to content

Commit 1db8268

Browse files
thorny-thornyKrzysztof Borowy
authored and
Krzysztof Borowy
committed
fix: correct git tag format for podspec
#93
1 parent c57cbeb commit 1db8268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNCAsyncStorage.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = package['homepage']
1313
s.platform = :ios, "9.0"
1414

15-
s.source = { :git => "https://github.com/react-native-community/react-native-async-storage.git", :tag => "#{s.version}" }
15+
s.source = { :git => "https://github.com/react-native-community/react-native-async-storage.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

1818
s.dependency 'React'

0 commit comments

Comments
 (0)