Skip to content

Commit

Permalink
- Removed IQKeyboardToolbar related files and now using the separate …
Browse files Browse the repository at this point in the history
…pod internally
  • Loading branch information
hackiftekhar committed Oct 29, 2024
1 parent ffef427 commit 887cc48
Show file tree
Hide file tree
Showing 19 changed files with 55 additions and 1,872 deletions.
8 changes: 4 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github "hackiftekhar/IQKeyboardCore" "1.0.7"
github "hackiftekhar/IQKeyboardNotification" "1.0.5"
github "hackiftekhar/IQKeyboardToolbar" "1.1.0"
github "hackiftekhar/IQKeyboardToolbarManager" "1.1.0"
github "hackiftekhar/IQTextInputViewNotification" "1.0.7"
github "hackiftekhar/IQTextView" "1.0.3"
github "hackiftekhar/IQKeyboardToolbar" "1.1.1"
github "hackiftekhar/IQKeyboardToolbarManager" "1.1.1"
github "hackiftekhar/IQTextInputViewNotification" "1.0.8"
github "hackiftekhar/IQTextView" "1.0.5"
116 changes: 0 additions & 116 deletions Demo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

29 changes: 16 additions & 13 deletions IQKeyboardManagerSwift.podspec.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "IQKeyboardManagerSwift",
"version": "7.2.0",
"version": "7.3.0",
"source": {
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
"tag": "7.2.0"
"tag": "7.3.0"
},
"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 All @@ -20,10 +20,6 @@
"5.8",
"5.9"
],
"dependencies": {
"IQKeyboardNotification": ["1.0.3"],
"IQTextInputViewNotification": ["1.0.5"]
},
"subspecs": [
{
"name": "Appearance",
Expand All @@ -40,31 +36,35 @@
"IQKeyboardManagerSwift/IQKeyboardManager/**/*.{swift}",
"IQKeyboardManagerSwift/IQKeyboardNotification/**/*.{swift}",
"IQKeyboardManagerSwift/IQTextInputViewNotification/**/*.{swift}"
]
],
"dependencies": {
"IQKeyboardNotification": [],
"IQTextInputViewNotification": []
}
},
{
"name": "IQKeyboardReturnKeyHandler",
"source_files": [
"IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler/**/*.{swift}"
]
],
"dependencies": {
"IQKeyboardCore": []
}
},
{
"name": "IQKeyboardToolbarManager",
"source_files": [
"IQKeyboardManagerSwift/IQKeyboardToolbarManager/**/*.{swift}"
],
"dependencies": {
"IQKeyboardManagerSwift/Core": [],
"IQKeyboardToolbarManager": []
}
},
{
"name": "IQTextView",
"source_files": [
"IQKeyboardManagerSwift/IQTextView/**/*.{swift}"
],
"dependencies": {
"IQTextView": [],
"IQKeyboardToolbar": []
"IQTextView": []
}
},
{
Expand All @@ -89,5 +89,8 @@
"frameworks": [
"UIKit"
],
"xcconfig": {
"ENABLE_USER_SCRIPT_SANDBOXING": "NO"
},
"requires_arc": true
}

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 887cc48

Please sign in to comment.