Skip to content

Commit

Permalink
Bump podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
cooksimo committed Sep 26, 2018
1 parent c7c4ced commit de8b324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KeyboardDodger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#
Pod::Spec.new do |s|
s.name = "KeyboardDodger"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "KeyboardDodger uses a constraint to move a view out of the way of the on-screen keyboard."
s.homepage = "https://github.com/TradeMe/KeyboardDodger"
s.license = { :type => 'MIT' }
s.author = { "Daniel Clelland" => "[email protected]" }
s.source = { :git => "https://github.com/TradeMe/KeyboardDodger.git", :tag => "1.0.2" }
s.source = { :git => "https://github.com/TradeMe/KeyboardDodger.git", :tag => "1.0.3" }
s.source_files = 'KeyboardDodger/*.swift'
s.ios.deployment_target = '8.0'
s.swift_version = '4.1'
Expand Down

0 comments on commit de8b324

Please sign in to comment.