disable all version checks

This commit is contained in:
Kyle Fang
2020-11-23 10:08:49 +08:00
parent cf2c71ab58
commit 5ad40e8b29
6 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
s.static_framework = true
s.dependency 'RxSwift', '~> 5'
s.dependency 'RxCocoa', '~> 5'
s.dependency 'FirebaseRemoteConfig', '~> 4'
s.dependency 'FirebaseRemoteConfig'
s.source_files = 'Sources/RemoteConfig/**/*'
end