Skip to content

Commit

Permalink
Update dependency. Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
janmisar committed Mar 2, 2017
1 parent 1d55b06 commit 7a19290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACKReactiveExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ACKReactiveExtensions'
s.version = '2.2.2'
s.version = '2.3.0'
s.summary = 'Useful extensions for ReactiveCocoa.'

s.description = <<-DESC
Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |s|

s.default_subspec = 'Core','UIKit'

s.dependency 'ReactiveCocoa', '~> 5.0.0-rc.1'
s.dependency 'ReactiveCocoa', '~> 5.0'

s.subspec 'Core' do |core|
core.source_files = 'ACKReactiveExtensions/Core/**/*'
Expand Down

0 comments on commit 7a19290

Please sign in to comment.