mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-04-22 21:18:38 +08:00
Added Swift gitignore
This commit is contained in:
14
IQKeyboardManager.podspec
Normal file
14
IQKeyboardManager.podspec
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user