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