We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57cbeb commit 1db8268Copy full SHA for 1db8268
RNCAsyncStorage.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.homepage = package['homepage']
13
s.platform = :ios, "9.0"
14
15
- 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}" }
16
s.source_files = "ios/**/*.{h,m}"
17
18
s.dependency 'React'
0 commit comments