mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user