2
0
mirror of synced 2025-02-02 17:43:27 +00:00

[ios] update RNFirebase.podspec

This commit is contained in:
Salakar 2017-08-18 11:46:55 +01:00
parent 40ec5e756a
commit aa8f0da27e

View File

@ -6,11 +6,11 @@ Pod::Spec.new do |s|
s.version = package["version"] s.version = package["version"]
s.summary = package["description"] s.summary = package["description"]
s.description = <<-DESC s.description = <<-DESC
Integrate firebase into your app using the React Native SDKs. A well tested feature rich Firebase implementation for React Native, supporting iOS & Android.
DESC DESC
s.homepage = "http://invertase.io" s.homepage = "http://invertase.io/react-native-firebase"
s.license = package['license'] s.license = package['license']
s.author = "Mike Diarmid" s.authors = "Invertase Limited"
s.source = { :git => "https://github.com/invertase/react-native-firebase.git", :tag => "v#{s.version}" } s.source = { :git => "https://github.com/invertase/react-native-firebase.git", :tag => "v#{s.version}" }
s.social_media_url = 'http://twitter.com/mikediarmid' s.social_media_url = 'http://twitter.com/mikediarmid'
s.platform = :ios, "8.0" s.platform = :ios, "8.0"