Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Updated podspec to version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Soren Ulrikkeholm committed Mar 8, 2016
1 parent dda6e17 commit 94b081a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SHPKeyboardAwareness.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "SHPKeyboardAwareness"
s.version = "2.2.0"
s.version = "2.3.0"
s.summary = "Handle and avoid the keyboard obstructing your views in a very easy and robust way."
s.description = "Get notified when you need to move your text-field / -view.
Does not require overriding anything. All you need to do is subscribe to a signal
and you get an offset with which you need to offset your view. Requires Reactive Cocoa."
s.homepage = "https://github.com/shapehq/SHPKeyboardAwareness"
s.license = 'MIT'
s.author = { "Mikkel Selsøe" => "mikkel@shape.dk" }
s.author = { "Philip Bruce" => "philip@shape.dk" }
s.source = { :git => "https://github.com/shapehq/SHPKeyboardAwareness.git", :tag => s.version.to_s }

s.platform = :ios, '7.0'
Expand Down

0 comments on commit 94b081a

Please sign in to comment.