Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennBrann authored Oct 5, 2021
1 parent 17f96ba commit 4ab1582
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ See below for examples and customization.
## Installation

### Requirements
* iOS 14.0+
* Xcode 12+
* iOS 15.0+
* Xcode 13+
* Swift 5+

# Swift Package Manager
Expand All @@ -36,7 +36,7 @@ import PackageDescription

let package = Package(
dependencies: [
.Package(url: "https://https://github.com/GlennBrann/ManySheets.git", from: "1.0.3")
.Package(url: "https://https://github.com/GlennBrann/ManySheets.git", from: "1.0.5")
]
)
```
Expand Down Expand Up @@ -255,6 +255,8 @@ struct ContentView: View {
* 1.0.3
* CHANGE: Bug fix for scroll view / gesture animation glitch
* CHANGE: Removed shouldScroll functionality on scroll view for fluid scrolling until a better solution is written.
* 1.0.4
* CHANGE: Minimum iOS 15 XC 13 (for now)

## License

Expand Down

0 comments on commit 4ab1582

Please sign in to comment.