Overview of Readium Swift Toolkit packages
developThe Readium Swift toolkit is a modular set of low-level tools for developing reading applications on iOS and iPadOS. It supports EPUB, PDF, audiobooks, and comics. Note that the toolkit does not provide a user interface; you are responsible for building the UI for reading, managing books, and data storage.
Main Packages
ReadiumShared: Contains sharedPublicationmodels and utilities.ReadiumStreamer: Parses publication files (e.g., EPUB) intoPublicationobjects.ReadiumNavigator: Renders the content of a publication for display.
Specialized Packages
ReadiumOPDS: Parses OPDS 1 and 2 catalog feeds.ReadiumLCP: Handles downloading and decrypting LCP-protected publications.