mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-01 13:35:15 +08:00
[v6] Implement ML-Kit Natural Language (#2117)
- Implement ML-Kit Natural Language (#2117) - Includes additional refactor changes across other modules for internals api reworking
This commit is contained in:
22
scripts/_TEMPLATE_/RNFB_Template_.podspec
Normal file
22
scripts/_TEMPLATE_/RNFB_Template_.podspec
Normal file
@@ -0,0 +1,22 @@
|
||||
require 'json'
|
||||
package = JSON.parse(File.read('../package.json'))
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "RNFB_Template_"
|
||||
s.version = package["version"]
|
||||
s.description = package["description"]
|
||||
s.summary = <<-DESC
|
||||
A well tested feature rich Firebase implementation for React Native, supporting iOS & Android.
|
||||
DESC
|
||||
s.homepage = "http://invertase.io/oss/react-native-firebase"
|
||||
s.license = package['license']
|
||||
s.authors = "Invertase Limited"
|
||||
s.source = { :git => "https://github.com/invertase/react-native-firebase.git", :tag => "v#{s.version}" }
|
||||
s.social_media_url = 'http://twitter.com/invertaseio'
|
||||
s.platform = :ios, "10.0"
|
||||
s.source_files = 'ios/**/*.{h,m}'
|
||||
s.dependency 'React'
|
||||
s.dependency 'Firebase/Core', '~> 5.20.2'
|
||||
s.dependency 'RNFBApp'
|
||||
s.static_framework = true
|
||||
end
|
||||
Reference in New Issue
Block a user