Files
IQKeyboardManager/IQKeyboardManager.podspec
2014-10-14 01:27:25 +05:30

15 lines
687 B
Ruby

Pod::Spec.new do |s|
s.name = "IQKeyboardManager"
s.version = "3.2.0"
s.summary = "Keyboard TextField Manager"
s.homepage = "https://github.com/hackiftekhar/IQKeyboardManager"
s.screenshots = "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/KeyboardTextFieldDemo/Screenshot/IQKeyboardManagerScreenshot.png"
s.license = 'MIT'
s.author = { "Iftekhar Qurashi" => "hack.iftekhar@gmail.com" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.2.0" }
s.source_files = 'Classes', 'IQKeyBoardManager/*.{h,m}'
s.resources = "IQKeyBoardManager/IQKeyboardManager.bundle"
s.requires_arc = true
end