Skip to content
This repository was archived by the owner on May 13, 2020. It is now read-only.

Commit 8d45d05

Browse files
author
Thibault Wittemberg
committed
project: bump cocoapods to v0.10
1 parent 329bd44 commit 8d45d05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RxReduce.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "RxReduce"
4-
s.version = "0.9"
4+
s.version = "0.10"
55
s.summary = "RxReduce is a lightweight framework that ease the implementation of a state container pattern in a Reactive Programming compliant way."
66

77
s.description = <<-DESC
@@ -23,7 +23,7 @@ RxReduce provides:
2323
s.source = { :git => "https://github.com/RxSwiftCommunity/RxReduce.git", :tag => s.version.to_s }
2424
s.source_files = "RxReduce/**/*.swift"
2525
s.requires_arc = true
26-
s.dependency 'RxSwift', '>= 4.2.0'
27-
s.dependency 'RxCocoa', '>= 4.2.0'
26+
s.dependency 'RxSwift', '>= 4.5.0'
27+
s.dependency 'RxCocoa', '>= 4.5.0'
2828

2929
end

0 commit comments

Comments
 (0)