Skip to content

Commit

Permalink
fix: correct git tag format for podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
thorny-thorny authored and Krzysztof Borowy committed May 1, 2019
1 parent c57cbeb commit 1db8268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNCAsyncStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.homepage = package['homepage']
s.platform = :ios, "9.0"

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

s.dependency 'React'
Expand Down

0 comments on commit 1db8268

Please sign in to comment.