blob: a4a29f584a110ffad6e70737b951adaaaf65cf97 [file] [log] [blame]
{
"name": "ByteBackpacker",
"version": "1.1.1",
"summary": "ByteBackpacker is a small utility written in Swift to pack value types into a Byte array and unpack them back.",
"description": "ByteBackpacker is a small utility written in Swift 3 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"
},
"platforms": {
"ios": "10.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/michaeldorner/ByteBackpacker.git",
"tag": "1.1.1"
},
"source_files": "ByteBackpacker/ByteBackpacker.swift",
"pushed_with_swift_version": "3.0"
}