Skip to content

Commit

Permalink
Bump version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Sep 19, 2018
1 parent a116718 commit fc5b534
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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ACKReactiveExtensions'
s.version = '3.5.0'
s.version = '4.0.0'
s.summary = 'Useful extensions for ReactiveCocoa.'
s.description = <<-DESC
Use ReactiveCocoa with various iOS components.
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.author = { 'Ackee' => '[email protected]' }
s.source = { :git => 'https://github.com/AckeeCZ/ACKReactiveExtensions.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.3'
s.swift_version = '4.0'
s.swift_version = '4.2'
s.default_subspec = 'Core','UIKit'
s.dependency 'ReactiveCocoa', '~> 8.0'

Expand Down

0 comments on commit fc5b534

Please sign in to comment.