Archiving for Convertible types
You can build ConvertibleArchiver
using the Swift Package Manager. Just include ConvertibleArchiver
as a package in your dependencies:
.package(url: "https://github.com/SendOutCards/ConvertibleArchiver.git", .upToNextMajor(from: "6.0.0")),
Be sure to import the module at the top of your .swift files:
import ConvertibleArchiver
Brad Hilton, brad@skyvive.com
ConvertibleArchiver
is available under the MIT license. See the LICENSE file for more info.