Add mlilback/LibmobiSPM#13578
Conversation
Swift Package Manager wrapper for libmobi v0.9 — read MOBI/AZW3 ebooks on macOS and iOS/iPadOS. No external dependencies.
|
Thanks so much for submitting a pull request. We appreciate your contribution! We require all contributors to sign our Contributor License Agreement (CLA) before we can merge any code, and we don't currently have a record of a signed CLA for @mlilback. Please email swiftpackageindex@gmail.com and let us know you need to sign a CLA, and we'll get the template over to you. |
|
Thanks so much for submitting a pull request. We appreciate your contribution! We require all contributors to sign our Contributor License Agreement (CLA) before we can merge any code, and we don't currently have a record of a signed CLA for @mlilback. Please email swiftpackageindex@gmail.com and let us know you need to sign a CLA, and we'll get the template over to you. |
|
Added via #13583 |
Adds mlilback/LibmobiSPM — a Swift Package Manager wrapper for libmobi v0.9.
What it provides: A
CLibmobiC target that lets Swift apps read MOBI and AZW3 (KF8) ebook files on macOS and iOS/iPadOS without any external dependencies. Uses libmobi's bundled miniz and internal xmlwriter.Why it's useful: No SPM wrapper for libmobi currently exists. Several commercial App Store apps already ship libmobi; this makes it easy to add via SPM.
License: MIT wrapper around LGPL v3 libmobi sources. Compiles clean on macOS (arm64, x86_64) and iOS (arm64).