blob: 0c1df0eb6b37a1da59d9ec5f699f0c157f0ec472 [file] [log] [blame]
{
"name": "ByteBackpacker",
"version": "1.2.1",
"summary": "ByteBackpacker is a small utility written in pure Swift to pack value types into a Byte array and unpack them back.",
"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.",
"homepage": "https://github.com/michaeldorner/ByteBackpacker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Dorner": "mail@michaeldorner.de"
},
"source": {
"git": "https://github.com/michaeldorner/ByteBackpacker.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "10.0"
},
"swift_version": "3.0",
"requires_arc": true,
"source_files": "Sources/ByteBackpacker.swift"
}