diff --git a/IQKeyboardManager.podspec b/IQKeyboardManager.podspec index ab08af27..cfb28619 100644 --- a/IQKeyboardManager.podspec +++ b/IQKeyboardManager.podspec @@ -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" => "hack.iftekhar@gmail.com" } 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 diff --git a/KeyboardTextFieldDemo/IQKeyboardManager.xcodeproj/project.xcworkspace/xcuserdata/iftekhar.xcuserdatad/UserInterfaceState.xcuserstate b/KeyboardTextFieldDemo/IQKeyboardManager.xcodeproj/project.xcworkspace/xcuserdata/iftekhar.xcuserdatad/UserInterfaceState.xcuserstate index b77b9ce6..0a7dec39 100644 Binary files a/KeyboardTextFieldDemo/IQKeyboardManager.xcodeproj/project.xcworkspace/xcuserdata/iftekhar.xcuserdatad/UserInterfaceState.xcuserstate and b/KeyboardTextFieldDemo/IQKeyboardManager.xcodeproj/project.xcworkspace/xcuserdata/iftekhar.xcuserdatad/UserInterfaceState.xcuserstate differ