Skip to content

Commit

Permalink
Update KeyboardDodger.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cooksimo authored Sep 14, 2018
1 parent abd574f commit f9f10e5
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.0"
s.version = "1.0.2"
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.0" }
s.source = { :git => "https://github.com/TradeMe/KeyboardDodger.git", :tag => "1.0.2" }
s.source_files = 'KeyboardDodger/*.swift'
s.ios.deployment_target = '8.0'
s.swift_version = '4.1'
Expand Down

0 comments on commit f9f10e5

Please sign in to comment.