Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hackiftekhar authored Jan 19, 2024
1 parent f27ee89 commit 9e26476
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,20 +186,6 @@ To install IQKeyboardManagerSwift package via Xcode
* Then search for /~https://github.com/hackiftekhar/IQKeyboardManager.git
* And choose the version you want

To install IQKeyboardManagerSwift package into your packages, add a reference to IQKeyboardManager and a targeting release version in the dependencies section in `Package.swift` file:

```swift
import PackageDescription

let package = Package(
name: "YOUR_PROJECT_NAME",
products: [],
dependencies: [
.package(url: "/~https://github.com/hackiftekhar/IQKeyboardManager.git", from: "7.0.0")
]
)
```

Migration Guide
==========================
- [IQKeyboardManager 6.0.0 Migration Guide](/~https://github.com/hackiftekhar/IQKeyboardManager/wiki/IQKeyboardManager-6.0.0-Migration-Guide)
Expand Down

0 comments on commit 9e26476

Please sign in to comment.