blob: 586214c915c29a58dfb5ea1d1b7c9d5fe03ec6b2 [file] [log] [blame]
{
"name": "SwiftBytes",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Bytes/Bytes/**/*.swift",
"requires_arc": true
}