Skip to content

Commit 887cc48

Browse files
committed
- Removed IQKeyboardToolbar related files and now using the separate pod internally
1 parent ffef427 commit 887cc48

19 files changed

Lines changed: 55 additions & 1872 deletions

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github "hackiftekhar/IQKeyboardCore" "1.0.7"
22
github "hackiftekhar/IQKeyboardNotification" "1.0.5"
3-
github "hackiftekhar/IQKeyboardToolbar" "1.1.0"
4-
github "hackiftekhar/IQKeyboardToolbarManager" "1.1.0"
5-
github "hackiftekhar/IQTextInputViewNotification" "1.0.7"
6-
github "hackiftekhar/IQTextView" "1.0.3"
3+
github "hackiftekhar/IQKeyboardToolbar" "1.1.1"
4+
github "hackiftekhar/IQKeyboardToolbarManager" "1.1.1"
5+
github "hackiftekhar/IQTextInputViewNotification" "1.0.8"
6+
github "hackiftekhar/IQTextView" "1.0.5"

Demo.xcodeproj/project.pbxproj

Lines changed: 0 additions & 116 deletions
Large diffs are not rendered by default.

IQKeyboardManagerSwift.podspec.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "IQKeyboardManagerSwift",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"source": {
55
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
6-
"tag": "7.2.0"
6+
"tag": "7.3.0"
77
},
88
"summary": "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.",
99
"homepage": "https://github.com/hackiftekhar/IQKeyboardManager",
@@ -20,10 +20,6 @@
2020
"5.8",
2121
"5.9"
2222
],
23-
"dependencies": {
24-
"IQKeyboardNotification": ["1.0.3"],
25-
"IQTextInputViewNotification": ["1.0.5"]
26-
},
2723
"subspecs": [
2824
{
2925
"name": "Appearance",
@@ -40,31 +36,35 @@
4036
"IQKeyboardManagerSwift/IQKeyboardManager/**/*.{swift}",
4137
"IQKeyboardManagerSwift/IQKeyboardNotification/**/*.{swift}",
4238
"IQKeyboardManagerSwift/IQTextInputViewNotification/**/*.{swift}"
43-
]
39+
],
40+
"dependencies": {
41+
"IQKeyboardNotification": [],
42+
"IQTextInputViewNotification": []
43+
}
4444
},
4545
{
4646
"name": "IQKeyboardReturnKeyHandler",
4747
"source_files": [
4848
"IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler/**/*.{swift}"
49-
]
49+
],
50+
"dependencies": {
51+
"IQKeyboardCore": []
52+
}
5053
},
5154
{
5255
"name": "IQKeyboardToolbarManager",
5356
"source_files": [
5457
"IQKeyboardManagerSwift/IQKeyboardToolbarManager/**/*.{swift}"
5558
],
5659
"dependencies": {
60+
"IQKeyboardManagerSwift/Core": [],
5761
"IQKeyboardToolbarManager": []
5862
}
5963
},
6064
{
6165
"name": "IQTextView",
62-
"source_files": [
63-
"IQKeyboardManagerSwift/IQTextView/**/*.{swift}"
64-
],
6566
"dependencies": {
66-
"IQTextView": [],
67-
"IQKeyboardToolbar": []
67+
"IQTextView": []
6868
}
6969
},
7070
{
@@ -89,5 +89,8 @@
8989
"frameworks": [
9090
"UIKit"
9191
],
92+
"xcconfig": {
93+
"ENABLE_USER_SCRIPT_SANDBOXING": "NO"
94+
},
9295
"requires_arc": true
9396
}

IQKeyboardManagerSwift/IQKeyboardToolbar/Configuration/IQToolbarConfiguration.swift

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

IQKeyboardManagerSwift/IQKeyboardToolbar/Constants/IQKeyboardToolbarConstants.swift

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

IQKeyboardManagerSwift/IQKeyboardToolbar/IQBarButtonItem/IQBarButtonItem.swift

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

0 commit comments

Comments
 (0)