Version 2.1 (#50)
This commit is contained in:
parent
9979b8c567
commit
1deb2260af
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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' }
|
||||
|
|
12
README.md
12
README.md
|
@ -276,18 +276,18 @@ github "xmartlabs/PagerTabStripView" ~> 2.0
|
|||
|
||||
## Requirements
|
||||
|
||||
- iOS 14+
|
||||
- Xcode 12.X
|
||||
- iOS 14+
|
||||
- Xcode 13.X
|
||||
|
||||
## Author
|
||||
|
||||
- [Xmartlabs SRL](https://github.com/xmartlabs) ([@xmartlabs](https://twitter.com/xmartlabs))
|
||||
- [Xmartlabs SRL](https://github.com/xmartlabs) ([@xmartlabs](https://twitter.com/xmartlabs))
|
||||
|
||||
## Getting involved
|
||||
|
||||
- If you **want to contribute** please feel free to **submit pull requests**.
|
||||
- If you **have a feature request** please **open an issue**.
|
||||
- If you **found a bug** or **need help** please **check older issues and threads on [StackOverflow](http://stackoverflow.com/questions/tagged/PagerTabStripView) (Tag 'PagerTabStripView') before submitting an issue**.
|
||||
- If you **want to contribute** please feel free to **submit pull requests**.
|
||||
- If you **have a feature request** please **open an issue**.
|
||||
- If you **found a bug** or **need help** please **check older issues and threads on [StackOverflow](http://stackoverflow.com/questions/tagged/PagerTabStripView) (Tag 'PagerTabStripView') before submitting an issue**.
|
||||
|
||||
Before contribute check the [CONTRIBUTING](https://github.com/xmartlabs/PagerTabStripView/blob/master/CONTRIBUTING.md) file for more info.
|
||||
|
||||
|
|
Loading…
Reference in New Issue