4 "summary": "Collection of helper methods for byte manipulation in Swift",
5 "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.",
6 "homepage": "https://github.com/dapperstout/swift-bytes",
10 "authors": "Dapperstout",
12 "git": "https://github.com/dapperstout/swift-bytes.git",
19 "source_files": "Bytes/Bytes/**/*.swift",
21 "pushed_with_swift_version": "3.0"