2 "name": "ByteBackpacker",
4 "summary": "ByteBackpacker is a small utility written in pure Swift to pack value types into a Byte array and unpack them back.",
5 "description": "ByteBackpacker is a small utility written in pure Swift to pack value types into a Byte array and unpack them back. Additionally, there is a Data (formerly NSData) extension to convert Data objects into a Byte array. Byte is a typealias for UInt8.",
6 "homepage": "https://github.com/michaeldorner/ByteBackpacker",
12 "Michael Dorner": "mail@michaeldorner.de"
15 "git": "https://github.com/michaeldorner/ByteBackpacker.git",
24 "swift_version": "3.0",
26 "source_files": "Sources/ByteBackpacker.swift"