Merge pull request #56 from afestein/patch-1

This commit is contained in:
Kevin Leung 2020-12-08 09:13:55 +08:00 committed by GitHub
commit f08c8aaf24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.source_files = 'iOS/*.{h,m}'
s.source = { :git => 'https://github.com/kevinresol/react-native-default-preference.git' }
s.dependency 'React'
s.dependency 'React-Core'
end