Files
IQKeyboardManager/IQKeyboardManagerSwift.podspec
2015-08-30 16:57:19 +05:30

15 lines
785 B
Ruby

Pod::Spec.new do |s|
s.name = "IQKeyboardManagerSwift"
s.version = "3.3.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 => "v3.3.0" }
s.source_files = 'Classes', 'IQKeyboardManagerSwift/**/*.{swift}'
s.resources = "IQKeyboardManagerSwift/Resources/IQKeyboardManager.bundle"
s.requires_arc = true
end