mirror of
https://github.com/caoer/RxFirebase.git
synced 2026-04-28 20:55:39 +08:00
pod update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'RxFirebaseFunctions'
|
||||
s.version = '0.3.6'
|
||||
s.version = '0.3.7'
|
||||
s.summary = 'RxSwift extensions for FirebaseFunctions.'
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
@@ -24,8 +24,8 @@ Pod::Spec.new do |s|
|
||||
s.ios.deployment_target = '8.0'
|
||||
|
||||
s.static_framework = true
|
||||
s.dependency 'RxSwift', '~> 4'
|
||||
s.dependency 'RxCocoa', '~> 4'
|
||||
s.dependency 'RxSwift', '~> 5'
|
||||
s.dependency 'RxCocoa', '~> 5'
|
||||
s.dependency 'FirebaseFunctions', '~> 2'
|
||||
|
||||
s.source_files = 'Sources/Functions/**/*'
|
||||
|
||||
Reference in New Issue
Block a user