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.
React-Core
1 parent ce4f970 commit fdf46d4Copy full SHA for fdf46d4
RNCAsyncStorage.podspec
@@ -12,8 +12,8 @@ Pod::Spec.new do |s|
12
s.homepage = package['homepage']
13
s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" }
14
15
- s.source = { :git => "https://github.com/react-native-community/react-native-async-storage.git", :tag => "v#{s.version}" }
+ s.source = { :git => "https://github.com/react-native-async-storage/async-storage.git", :tag => "v#{s.version}" }
16
s.source_files = "ios/**/*.{h,m}"
17
18
- s.dependency 'React-Core'
+ s.dependency 'React'
19
end
0 commit comments