From 2aa85eb1d688c9786587dece7b60e77486c263d4 Mon Sep 17 00:00:00 2001 From: Le Phi Hung Date: Thu, 27 May 2021 12:17:40 +0700 Subject: [PATCH] Update dependencies --- Cartfile | 6 +++--- Cartfile.resolved | 4 ++-- Podfile | 2 +- RxParchment.podspec | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cartfile b/Cartfile index 36fa8e2..e71c4c9 100644 --- a/Cartfile +++ b/Cartfile @@ -1,3 +1,3 @@ -github "ReactiveX/RxSwift" ~> 5.0 -github "rechsteiner/Parchment" -github "RxSwiftCommunity/RxDataSources" +github "ReactiveX/RxSwift" ~> 6.1 +github "rechsteiner/Parchment" ~> 1.7 +github "RxSwiftCommunity/RxDataSources" ~> 5.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 3208360..30e3fd6 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,3 +1,3 @@ -github "ReactiveX/RxSwift" "5.0.1" -github "RxSwiftCommunity/RxDataSources" "4.0.1" +github "ReactiveX/RxSwift" "6.1.0" +github "RxSwiftCommunity/RxDataSources" "5.0.1" github "rechsteiner/Parchment" "v1.7.0" diff --git a/Podfile b/Podfile index 16f5acf..1ba1a87 100644 --- a/Podfile +++ b/Podfile @@ -2,5 +2,5 @@ platform :ios, '8.2' use_frameworks! target 'TestPod' do - pod 'RxParchment', :git => 'https://github.com/Pubbus/RxParchmentDataSources.git' + pod 'RxParchment', :path => "./" end diff --git a/RxParchment.podspec b/RxParchment.podspec index e3c18c4..95f7956 100644 --- a/RxParchment.podspec +++ b/RxParchment.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RxParchment" - spec.version = "0.1.0" + spec.version = "1.0.0" spec.summary = "A reactive wrapper built around Parchment" spec.homepage = "https://github.com/Pubbus/RxParchmentDataSources" spec.license = { :type => "MIT" } @@ -8,8 +8,8 @@ Pod::Spec.new do |spec| spec.platform = :ios, "8.2" spec.source = { :git => "https://github.com/Pubbus/RxParchmentDataSources.git", :tag => "#{spec.version}" } spec.source_files = "RxParchment/Sources/**/*.swift" - spec.dependency "RxSwift" - spec.dependency "RxCocoa" + spec.dependency "RxSwift", "6.1.0" + spec.dependency "RxCocoa", "6.1.0" spec.dependency "Parchment", "1.7.0" end