Skip to content

Commit

Permalink
updated cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
hackiftekhar committed Mar 22, 2015
1 parent bda4c62 commit 024d233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IQKeyboardManager.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "IQKeyboardManager"
s.version = "3.2.1.1"
s.version = "3.2.1.2"
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" => "[email protected]" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.2.1.1" }
s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.2.1.2" }
s.source_files = 'Classes', 'IQKeyBoardManager/**/*.{h,m}'
s.resources = "IQKeyBoardManager/Resources/IQKeyboardManager.bundle"
s.requires_arc = true
Expand Down
Binary file not shown.

0 comments on commit 024d233

Please sign in to comment.