Added Swift gitignore

This commit is contained in:
hackiftekhar
2014-10-14 01:27:25 +05:30
parent 18f796e91c
commit 18b473e30e
3 changed files with 66 additions and 0 deletions

14
IQKeyboardManager.podspec Normal file
View 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