A simple Swift compatibility fix. Minimum iOS version bumped to 8.0 to silence Xcode 11 warning.
Fixed wrong image position with center-right alignment.
Added CHANGELOG.
Added support for optional image. Added UITableView usage in example project. Updated README.
Implemented NSCoding protocol support.
Corrected wrong behavior with zero width of the text.
Fixed sizeToFit logic.
Added ability to adjust font size to fit specified number of lines. Added some dynamism and interactivity to example project.
Corrected wrong behavior of -sizeToFit with negative width or height.
Updated Podfile.lock.
Initial release.