Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Oct 31, 2018
1 parent 095ab81 commit eb2bfec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReusableKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReusableKit"
s.version = "2.0.1"
s.version = "2.1.0"
s.summary = "Generic reusables for Cocoa."
s.homepage = "https://github.com/devxoul/ReusableKit"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.subspec "RxSwift" do |ss|
ss.source_files = "Sources/RxReusableKit/*.swift"
ss.dependency "ReusableKit/Core"
ss.dependency "RxSwift", ">= 4.0.0-beta.0"
ss.dependency "RxCocoa", ">= 4.0.0-beta.0"
ss.dependency "RxSwift", ">= 4.0.0"
ss.dependency "RxCocoa", ">= 4.0.0"
end
end

0 comments on commit eb2bfec

Please sign in to comment.