Last active
January 1, 2016 04:38
-
-
Save xiangyuan/8092740 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pod::Spec.new do |s| | |
| s.name = "IQKeyboardManager" | |
| s.version = "1.2" | |
| s.summary = "Keyboard TextField Manager. We called it 'IQKeyboardManager." | |
| s.description = 'Often while developing an app, We ran into an issues where the iPhone UIKeyboard slide up and cover the UITextField/UITextView.' | |
| s.homepage = "https://github.com/hackiftekhar/IQKeyboardManager" | |
| s.screenshots = "https://github.com/hackiftekhar/IQKeyboardManager/blob/master/KeyboardTextFieldDemo/Screenshot/IQKeyboardManagerScreenshot.png" | |
| s.license = 'MIT' | |
| s.author = { "hackiftekhar" => "hack.iftekhar@gmail.com" } | |
| s.platform = :ios | |
| s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v1.2" } | |
| s.source_files = 'KeyboardTextFieldDemo/IQKeyBoardManager/*.{h,m}' | |
| s.resources = "KeyboardTextFieldDemo/IQKeyBoardManager/*.png" | |
| s.exclude_files = 'Classes/Exclude' | |
| end |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pod 'IQKeyboardManager', :podspec => 'https://gist.github.com/xiangyuan/8092740/raw/5ef8ab078c5f737926edd0fe726159ee 63db6f76/IQKeyboardManager.podspec'
use it