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",
20 "swift_versions": "5.0",
21 "source_files": "SwiftBytes/SwiftBytes/**/*.swift",
23 "swift_version": "5.0"