======
New Features
------------
- Adds `fitBehavesLike to allow focusing of specific instanciations of shared examples (Thanks @wongzigii)
- Add SwiftPM support on macOS (Thanks @ikesyo)
- Add Documentation about Shared Examples in Portuguese (Thanks @pedrovereza)
Changes
-------
- `SharedExampleContext` is now `[String: Any]` instead of `NSDictionary` (Thanks @devdrey)
- Better conformance to SwiftLint (Thanks @ikesyo, @wongzigii)
Bugfixes
--------
- Quick no longer prints warnings if SwiftLint is not installed (Thanks @wongzigii)
- Fix bug where Quick didn't work with test bundles with non-c99 valid identifiers (Thanks @MP0w)