Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Le Phi Hung committed May 27, 2021
1 parent 36fc4a1 commit 2aa85eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions RxParchment.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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" }
spec.author = { "Pubbus" => "[email protected]" }
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

0 comments on commit 2aa85eb

Please sign in to comment.