Skip to content

Instantly share code, notes, and snippets.

@xiangyuan
Last active January 1, 2016 04:38
Show Gist options
  • Select an option

  • Save xiangyuan/8092740 to your computer and use it in GitHub Desktop.

Select an option

Save xiangyuan/8092740 to your computer and use it in GitHub Desktop.
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
@xiangyuan
Copy link
Copy Markdown
Author

pod 'IQKeyboardManager', :podspec => 'https://gist.github.com/xiangyuan/8092740/raw/5ef8ab078c5f737926edd0fe726159ee 63db6f76/IQKeyboardManager.podspec'

use it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment