Skip to content

Commit

Permalink
Bump to cocoapod v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed May 1, 2019
1 parent 6c32fe6 commit b427711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxCocoa-Texture.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxCocoa-Texture'
s.version = '2.3.0'
s.version = '2.4.0'
s.summary = 'RxCocoa Extension Library for Texture'

s.description = 'This library is built on Texture with RxCocoa, RxCocoa is a framework that helps make Cocoa APIs used in iOS and OS X easier to use with reactive techniques.'
Expand All @@ -16,5 +16,5 @@ Pod::Spec.new do |s|

s.dependency 'RxSwift', '~> 4.0'
s.dependency 'RxCocoa', '~> 4.0'
s.dependency 'Texture', '2.8'
s.dependency 'Texture', '~> 2.7'
end

0 comments on commit b427711

Please sign in to comment.