blob: d302c44e74f43acf2fae7bd86835b9324b23b57c [file] [log] [blame]
{
"name": "SwiftBytes",
"version": "0.2.0",
"summary": "Collection of helper methods for byte manipulation in Swift",
"description": " This library contains a collection of helper methods for\n byte manipulation in Swift.\n\n If you're like me, and can never remember whether you should\n double right-shift or tripple left-shift to get to the\n bits you want, then this library might be of some use to\n you.\n",
"homepage": "https://github.com/dapperstout/swift-bytes",
"license": {
"type": "MIT"
},
"authors": "Dapperstout",
"source": {
"git": "https://github.com/dapperstout/swift-bytes.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Bytes/Bytes/**/*.swift",
"requires_arc": true
}