Version 2.1 (#50)

This commit is contained in:
cecipirotto 2021-10-05 17:36:44 -03:00 committed by GitHub
parent 9979b8c567
commit 1deb2260af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 10 deletions

View File

@ -1,15 +1,25 @@
# Change Log
All notable changes to PagerTabStrip will be documented in this file.
### [2.1.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/2.0.0)
<!-- Released on 2021-10-05. -->
- Support for Xcode 13
- Bug fixes
### [2.0.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/2.0.0)
<!-- Released on 2021-08-18. -->
* Add segmented and bar style
* Bug fixes
- Add segmented and bar style
- Bug fixes
### [1.0.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/1.0.0)
<!-- Released on 2020-01-20. -->
* This is the initial version.
- This is the initial version.
[xmartlabs]: https://xmartlabs.com

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PagerTabStripView"
s.version = "2.0.0"
s.version = "2.1.0"
s.summary = "PagerTabStripView allows navigating through pages using a custom navigation bar in SwiftUI."
s.homepage = "https://github.com/xmartlabs/PagerTabStripView"
s.license = { type: 'MIT', file: 'LICENSE' }

View File

@ -277,7 +277,7 @@ github "xmartlabs/PagerTabStripView" ~> 2.0
## Requirements
- iOS 14+
- Xcode 12.X
- Xcode 13.X
## Author