4 "summary": "BinarySwift is a pure-swift library for parsing binary data.",
5 "description": "BinarySwift is a pure-swift library for parsing binary data. It contains\ntwo components - BinaryReader which can be used to parse\nbinary data in non-mutating environment,\nand BinaryDataReader which keeps index of last read byte and\nautomatically updates it.\n\nUsing this library you can read:\n - UInt(8/16/32/64)\n - Int(8/16/32/64)\n - Float(32,64)\n - Null-terminated UTF8 string\n - UTF8 String of known size",
6 "homepage": "https://github.com/Szaq/BinarySwift.git",
11 "authors": "Ćukasz Kwoska",
17 "git": "https://github.com/Szaq/BinarySwift.git",
20 "source_files": "*.swift",
21 "exclude_files": "*Tests.swift"