[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / a / BinarySwift / 0.9.2 / BinarySwift.podspec.json
blob192a604cc2fc3bf6773337e056f132c8df98dc5f
2   "name": "BinarySwift",
3   "version": "0.9.2",
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",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": "Ɓukasz Kwoska",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9"
15   },
16   "source": {
17     "git": "https://github.com/Szaq/BinarySwift.git",
18     "tag": "v0.9.2"
19   },
20   "source_files": "*.swift",
21   "exclude_files": "*Tests.swift"