From f0639affbfa8b767061f2dbda20319d65805b0ab Mon Sep 17 00:00:00 2001 From: hackiftekhar Date: Sat, 24 Oct 2015 20:09:05 +0530 Subject: [PATCH] Updated to 3.3.3.1 with some bug fixes. This is the last version to support swift 2.0 --- Demo/Objective_C_Demo/Resources/Info.plist | 2 +- Demo/Swift_Demo/Resources/Info.plist | 2 +- IQKeyboardManager.podspec | 4 ++-- IQKeyboardManagerSwift.podspec | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Demo/Objective_C_Demo/Resources/Info.plist b/Demo/Objective_C_Demo/Resources/Info.plist index 903d973f..736e38fa 100755 --- a/Demo/Objective_C_Demo/Resources/Info.plist +++ b/Demo/Objective_C_Demo/Resources/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 3.3.3 + 3.3.3.1 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/Demo/Swift_Demo/Resources/Info.plist b/Demo/Swift_Demo/Resources/Info.plist index 0f29b4fe..b4f3e52d 100644 --- a/Demo/Swift_Demo/Resources/Info.plist +++ b/Demo/Swift_Demo/Resources/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 3.3.2 + 3.3.3.1 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/IQKeyboardManager.podspec b/IQKeyboardManager.podspec index 6d6e6b4f..317e77ff 100644 --- a/IQKeyboardManager.podspec +++ b/IQKeyboardManager.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "IQKeyboardManager" - s.version = "3.3.3" + s.version = "3.3.3.1" s.summary = "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView." s.homepage = "https://github.com/hackiftekhar/IQKeyboardManager" s.screenshots = "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/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.3.3" } + s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.3.3.1" } s.source_files = 'Classes', 'IQKeyBoardManager/**/*.{h,m}' s.resources = "IQKeyBoardManager/Resources/IQKeyboardManager.bundle" s.requires_arc = true diff --git a/IQKeyboardManagerSwift.podspec b/IQKeyboardManagerSwift.podspec index 4b65ec35..f4fe320f 100644 --- a/IQKeyboardManagerSwift.podspec +++ b/IQKeyboardManagerSwift.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "IQKeyboardManagerSwift" - s.version = "3.3.3" + s.version = "3.3.3.1" s.summary = "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView." s.homepage = "https://github.com/hackiftekhar/IQKeyboardManager" s.screenshots = "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Screenshot/IQKeyboardManagerScreenshot.png" s.license = 'MIT' s.author = { "Iftekhar Qurashi" => "hack.iftekhar@gmail.com" } s.platform = :ios, '8.0' - s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.3.3" } + s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.3.3.1" } s.source_files = 'Classes', 'IQKeyboardManagerSwift/**/*.{swift}' s.resources = "IQKeyboardManagerSwift/Resources/IQKeyboardManager.bundle" s.requires_arc = true