From 81c2ff7b344dc5ec27d410f89775aa5ebde5d321 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Fri, 23 Oct 2020 10:14:51 +0200 Subject: [PATCH] fix(iOS): Unable to find a specification for `React-Core` --- RNCAsyncStorage.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RNCAsyncStorage.podspec b/RNCAsyncStorage.podspec index 53f3bbbf..a7e14a45 100644 --- a/RNCAsyncStorage.podspec +++ b/RNCAsyncStorage.podspec @@ -12,8 +12,8 @@ Pod::Spec.new do |s| s.homepage = package['homepage'] s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" } - 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}" } s.source_files = "ios/**/*.{h,m}" - s.dependency 'React-Core' + s.dependency 'React' end