[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / c / 8 / ByteBackpacker / 1.1.1 / ByteBackpacker.podspec.json
bloba4a29f584a110ffad6e70737b951adaaaf65cf97
2   "name": "ByteBackpacker",
3   "version": "1.1.1",
4   "summary": "ByteBackpacker is a small utility written in Swift to pack value types into a Byte array and unpack them back.",
5   "description": "ByteBackpacker is a small utility written in Swift 3 to pack value types into a Byte array and unpack them back. Additionally, there is a Data (formerly NSData) extension to convert Data objects into a Byte array. Byte is a typealias for UInt8.",
6   "homepage": "https://github.com/michaeldorner/ByteBackpacker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Dorner": "mail@michaeldorner.de"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/michaeldorner/ByteBackpacker.git",
22     "tag": "1.1.1"
23   },
24   "source_files": "ByteBackpacker/ByteBackpacker.swift",
25   "pushed_with_swift_version": "3.0"