Skip to content

Commit a79c30b

Browse files
authored
Prepare Readme for 2.0.0
1 parent b510b1b commit a79c30b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Please have a look at the [article](https://blog.canopas.com/swiftui-complex-nav
3030

3131
## Installation
3232

33+
Version 1.x - Uses SwiftUI `NavigationView` underneath.
34+
35+
Version 2.x - Uses UIKit `UINavigationController` underneath (Recommended).
36+
3337
### Swift Package Manager
3438

3539
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.
@@ -38,7 +42,7 @@ Once you have your Swift package set up, adding UIPilot as a dependency is as ea
3842

3943
```swift
4044
dependencies: [
41-
.package(url: "https://github.com/canopas/UIPilot.git", .upToNextMajor(from: "1.3.1"))
45+
.package(url: "https://github.com/canopas/UIPilot.git", .upToNextMajor(from: "2.0.0"))
4246
]
4347
```
4448

@@ -47,7 +51,7 @@ dependencies: [
4751
[CocoaPods][] is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate UIPilot into your Xcode project using CocoaPods, specify it in your Podfile:
4852

4953
target 'YourAppName' do
50-
pod 'UIPilot', '~> 1.3.1'
54+
pod 'UIPilot', '~> 2.0.0'
5155
end
5256

5357
[CocoaPods]: https://cocoapods.org

0 commit comments

Comments
 (0)