Skip to content

Commit

Permalink
Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
aceontech committed Oct 17, 2013
1 parent d7854fa commit b84cab4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions KBKeyboardHandler.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|

s.name = "KBKeyboardHandler"
s.version = "1.0.0"
s.summary = "iOS Keyboard Handler."
s.description = <<-DESC
iOS keyboard handler for managing view behavior.
DESC
s.homepage = "https://github.com/aceontech/KBKeyboardHandler"
s.license = 'MIT'
s.author = { "Alex Manarpies" => "[email protected]" }
s.platform = :ios, '6.1'
s.source = { :git => "https://github.com/aceontech/KBKeyboardHandler.git", :tag => "1.0.0" }
s.source_files = 'KBKeyboardHandler/Classes', 'KBKeyboardHandler/Classes/**/*.{h,m}'
s.framework = 'UIKit'
s.requires_arc = true

end

0 comments on commit b84cab4

Please sign in to comment.