Skip to content

Commit fdf46d4

Browse files
authored
fix(iOS): Unable to find a specification for React-Core (#468)
1 parent ce4f970 commit fdf46d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RNCAsyncStorage.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Pod::Spec.new do |s|
1212
s.homepage = package['homepage']
1313
s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" }
1414

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

18-
s.dependency 'React-Core'
18+
s.dependency 'React'
1919
end

0 commit comments

Comments
 (0)