From 203e4142656d7b10413c13da26537d3cae441359 Mon Sep 17 00:00:00 2001 From: hackiftekhar Date: Fri, 11 Sep 2015 00:38:28 +0530 Subject: [PATCH] Updating to v3.3.1 --- Demo/Objective_C_Demo/Resources/Info.plist | 2 +- Demo/Swift_Demo/Resources/Info.plist | 2 +- IQKeyBoardManager/Resources/.DS_Store | Bin 6148 -> 6148 bytes IQKeyboardManager.podspec | 4 ++-- IQKeyboardManagerSwift.podspec | 4 ++-- 5 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 fa1b44ae..16cea5c2 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.0 + 3.3.1 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/Demo/Swift_Demo/Resources/Info.plist b/Demo/Swift_Demo/Resources/Info.plist index 66aab0c9..634112e2 100644 --- a/Demo/Swift_Demo/Resources/Info.plist +++ b/Demo/Swift_Demo/Resources/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 3.3.0 + 3.3.1 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/IQKeyBoardManager/Resources/.DS_Store b/IQKeyBoardManager/Resources/.DS_Store index a4dcaa941faa81037c9e4e5c54c9914d9ca60ac1..4f7f54fbccaee32bf4ad0d1b69c05c5f4583e146 100644 GIT binary patch delta 34 jcmZoMXffC@fr+JMEd#^k04B4^r%>o<{u&evV;lD diff --git a/IQKeyboardManager.podspec b/IQKeyboardManager.podspec index fa4f7fb8..9ff05744 100644 --- a/IQKeyboardManager.podspec +++ b/IQKeyboardManager.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "IQKeyboardManager" - s.version = "3.3.0" + s.version = "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.0" } + s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.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 8552398e..7dc52863 100644 --- a/IQKeyboardManagerSwift.podspec +++ b/IQKeyboardManagerSwift.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "IQKeyboardManagerSwift" - s.version = "3.3.0" + s.version = "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.0" } + s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.3.1" } s.source_files = 'Classes', 'IQKeyboardManagerSwift/**/*.{swift}' s.resources = "IQKeyboardManagerSwift/Resources/IQKeyboardManager.bundle" s.requires_arc = true