Fix podspec so compilation works

Not sure when this broke, but this fixes compilation when used in
project that pulls the dependency using CocoaPods and Xcode 9.3
This commit is contained in:
Jean Regisser 2018-04-24 17:32:24 +02:00
parent 3b634a8dfc
commit fe1701b825
No known key found for this signature in database
GPG Key ID: 893718A3CBF3B529
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