Skip to content

Commit

Permalink
Updated to 3.3.3.1 with some bug fixes. This is the last version to s…
Browse files Browse the repository at this point in the history
…upport swift 2.0
  • Loading branch information
hackiftekhar committed Oct 24, 2015
1 parent 6bcf574 commit f0639af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Demo/Objective_C_Demo/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.3.3</string>
<string>3.3.3.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
2 changes: 1 addition & 1 deletion Demo/Swift_Demo/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.3.2</string>
<string>3.3.3.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
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.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" => "[email protected]" }
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
Expand Down
4 changes: 2 additions & 2 deletions IQKeyboardManagerSwift.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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
Expand Down

0 comments on commit f0639af

Please sign in to comment.