Skip to content

Commit

Permalink
Updated to v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hackiftekhar committed Oct 12, 2017
1 parent 66a39b3 commit 6b978c0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Demo/Objective_C_Demo/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0</string>
<string>5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.0.13</string>
<string>5.0.4</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
4 changes: 2 additions & 2 deletions Demo/Swift_Demo/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0</string>
<string>5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.0.13</string>
<string>5.0.4</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
4 changes: 2 additions & 2 deletions IQKeyboardManager.podspec.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "IQKeyboardManager",
"version": "5.0.3",
"version": "5.0.4",
"source": {
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
"tag": "v5.0.3"
"tag": "v5.0.4"
},
"summary": "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.",
"homepage": "https://github.com/hackiftekhar/IQKeyboardManager",
Expand Down
4 changes: 2 additions & 2 deletions IQKeyboardManagerSwift.podspec.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "IQKeyboardManagerSwift",
"version": "5.0.3",
"version": "5.0.4",
"source": {
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
"tag": "v5.0.3"
"tag": "v5.0.4"
},
"summary": "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.",
"homepage": "https://github.com/hackiftekhar/IQKeyboardManager",
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- IQDropDownTextField (1.1.0)
- IQKeyboardManager (5.0.3)
- IQKeyboardManagerSwift (5.0.3)
- IQKeyboardManager (5.0.4)
- IQKeyboardManagerSwift (5.0.4)
- YYText (1.0.7)

DEPENDENCIES:
Expand All @@ -18,8 +18,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
IQDropDownTextField: 614f79ca905529c992045eaa112d0fc9ebb875d1
IQKeyboardManager: dc5b18b47e5170e4d150bb86dbee8c8a2fc48997
IQKeyboardManagerSwift: f53637d9acd10c8c93f70406948e992d82ccf4ee
IQKeyboardManager: 1df9c0f147af1681cfb2d9977bc30309d45a7e76
IQKeyboardManagerSwift: 714c9bf851689d4fb7b1bff44b95ac02760fe68d
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849

PODFILE CHECKSUM: f0cfee8989504b0e144cce04af943f540a0a24f1
Expand Down

0 comments on commit 6b978c0

Please sign in to comment.