Łukasz Kwoska

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
1pod
BinarySwift is a pure-swift library for parsing binary data. It contains two components - BinaryReader which can be used to parse binary data in non-mutating environment, and BinaryDataReader which keeps index of last read byte and automatically updates it.
Using this library you can read: - UInt(8/16/32/64) - Int(8/16/32/64) - Float(32,64) - Null-terminated UTF8 string - UTF8 String of known size
License: BSD