Skip to content

Commit 2fbdfcd

Browse files
committed
Migrated to 4.0.1
1 parent 95df953 commit 2fbdfcd

File tree

6 files changed

+54
-32
lines changed

6 files changed

+54
-32
lines changed

Demo/Objective_C_Demo/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>4.0.0</string>
24+
<string>4.0.1</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIMainStoryboardFile</key>

Demo/Swift_Demo/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>4.0.0</string>
22+
<string>4.0.1</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UIMainStoryboardFile</key>

IQKeyboardManager.podspec

Lines changed: 0 additions & 15 deletions
This file was deleted.

IQKeyboardManager.podspec.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "IQKeyboardManager",
3+
"version": "4.0.1",
4+
"source": {
5+
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
6+
"tag": "v4.0.1"
7+
},
8+
"summary": "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.",
9+
"homepage": "https://github.com/hackiftekhar/IQKeyboardManager",
10+
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Screenshot/IQKeyboardManagerScreenshot.png",
11+
"license": "MIT",
12+
"authors": {
13+
"Iftekhar Qurashi": "[email protected]"
14+
},
15+
"platforms": {
16+
"ios": "8.0"
17+
},
18+
"source_files": "IQKeyboardManager/**/*.{h,m}",
19+
"resources": "IQKeyboardManager/Resources/IQKeyboardManager.bundle",
20+
"frameworks": [
21+
"UIKit",
22+
"Foundation",
23+
"CoreGraphics"
24+
],
25+
"requires_arc": true
26+
}

IQKeyboardManagerSwift.podspec

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "IQKeyboardManagerSwift",
3+
"version": "4.0.1",
4+
"source": {
5+
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
6+
"tag": "v4.0.1"
7+
},
8+
"summary": "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.",
9+
"homepage": "https://github.com/hackiftekhar/IQKeyboardManager",
10+
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Screenshot/IQKeyboardManagerScreenshot.png",
11+
"license": "MIT",
12+
"authors": {
13+
"Iftekhar Qurashi": "[email protected]"
14+
},
15+
"platforms": {
16+
"ios": "8.0"
17+
},
18+
"source_files": "IQKeyboardManagerSwift/**/*.{swift}",
19+
"resources": "IQKeyboardManagerSwift/Resources/IQKeyboardManager.bundle",
20+
"frameworks": [
21+
"UIKit",
22+
"Foundation",
23+
"CoreGraphics"
24+
],
25+
"requires_arc": true
26+
}

0 commit comments

Comments
 (0)