Merge pull request #1017 from crossfield/fix-podspec

Fix podspec so compilation works when RNFirebase is set in the Podfile
This commit is contained in:
Chris Bianca 2018-05-03 08:25:18 +01:00 committed by GitHub
commit 6f60e72d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ Pod::Spec.new do |s|
s.platform = :ios, "9.0"
s.source_files = 'RNFirebase/**/*.{h,m}'
s.dependency 'React'
s.dependency 'Firebase/Core'
end