File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,13 @@ All notable changes to this project will be documented in this file.
4343
4444---
4545## [ 3.0.0] ( https://github.com/uias/Tabman/releases/tag/3.0.0 )
46- Released on TBD
46+ Released on 2022-11-02
47+
48+ #### Added
49+ - Support for Xcode 14.
4750
4851#### Updated
52+ - Tabman now requires iOS 11 or newer.
4953- ` delegate ` is now ` unavailable ` on ` TabmanViewController ` .
5054
5155---
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ Tabman 3 is the latest major release of Tabman; A powerful paging view controlle
66
77## Requirements
88- iOS 11
9- - Xcode 12
9+ - Xcode 12 or newer
1010- Swift 5
1111
1212## What's new
13-
14- TODO
13+ - Added support for Xcode 14.
14+ - Updated minimum deployment target to iOS 11.
1515
1616## API Changes
1717- ` TabmanViewController.delegate ` is now ` unavailable ` and can not be used.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Tabman is compatible with [Swift Package Manager](https://swift.org/package-mana
3333Tabman is also available through [ CocoaPods] ( http://cocoapods.org ) :
3434
3535``` ruby
36- pod ' Tabman' , ' ~> 2.13 '
36+ pod ' Tabman' , ' ~> 3.0 '
3737```
3838
3939### Carthage
You can’t perform that action at this time.
0 commit comments