* Remove travis.yml file
* Clean up code
* Upgrade library version
* Now PagerStyle is a protocol and styles conform to it. Add background and indicator view closures to be able to set up any view.
* Update readme
* Add: Custom indicator case
* Enhance: Custom indicator case
* Fix: typo in comments
* Update: Little cleanup in code
* Add: A page for exampling custom style
* Update: Default bar color for custom style to enhance developer experience
* Add: Custom indicator (🔺)
* Update: Custom indicator for better showing it's customization capabilities
* Add: Custom background (🌈) for the NavBar
* Fix: Typo in the readme
* Fix: Grammar in the readme
* Fix: The number of styles in the readme
* Add: Description of the `custom` style to the readme
* Update: Readme file text for better readability
* Add: Sample code in the readme file for the `custom` style
* Add: Navigation titile for the `custom` style example
* Update: Rainbow color order to match the emoji 🌈
* Update: The `custom` style example gif to match the current example code
* Update: Version due to adding the new `custom` style
This version is backwar compatible and does not have any breaking changes
* Update: Code for better readabillity and more customizabllity
* Add: Better and easier to use initializers for the `custom` style
Now developer can pass in the views directly and without using the `AnyView` wrapper
* Update: Default values for the original `custom` case
Default values passed in from the helper initializer
* Update: Example file to use the new initializer
* Update: Readme file to match the new initializer code fore the `csutom` style
* Update: Indentations for better visuality
* Update: DRY default values for different initializers of the `custom` style
* Update: Facade `custom` style initializers to use the base initializer instead of calling the original case directly