Skip to content

Commit

Permalink
0.2.0 Updated Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Jul 28, 2018
1 parent 0dc4301 commit 68500a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RxKingfisher.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxKingfisher"
s.version = "0.1.1"
s.version = "0.2.0"
s.summary = "Reactive extension for the Kingfisher image downloading and caching library"
s.description = <<-DESC
Reactive extension for the Kingfisher image downloading and caching library
Expand All @@ -19,4 +19,5 @@ Pod::Spec.new do |s|

s.dependency 'Kingfisher', '~> 4'
s.dependency 'RxSwift', '~> 4'
s.dependency 'RxCocoa', '~> 4'
end

0 comments on commit 68500a3

Please sign in to comment.