mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-06-17 10:51:50 +08:00
16 lines
814 B
Ruby
16 lines
814 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "IQKeyboardManager"
|
|
s.version = "4.0.0"
|
|
s.summary = "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView."
|
|
s.homepage = "https://github.com/hackiftekhar/IQKeyboardManager"
|
|
s.screenshots = "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Screenshot/IQKeyboardManagerScreenshot.png"
|
|
s.license = 'MIT'
|
|
s.author = { "Iftekhar Qurashi" => "hack.iftekhar@gmail.com" }
|
|
s.platform = :ios, '8.0'
|
|
s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v4.0.0" }
|
|
s.source_files = 'IQKeyBoardManager/**/*.{h,m}'
|
|
s.resources = "IQKeyBoardManager/Resources/IQKeyboardManager.bundle"
|
|
s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics'
|
|
s.requires_arc = true
|
|
end
|