[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / c / 8 / ByteBackpacker / 1.2.1 / ByteBackpacker.podspec.json
blob0c1df0eb6b37a1da59d9ec5f699f0c157f0ec472
2   "name": "ByteBackpacker",
3   "version": "1.2.1",
4   "summary": "ByteBackpacker is a small utility written in pure Swift to pack value types into a Byte array and unpack them back.",
5   "description": "ByteBackpacker is a small utility written in pure Swift 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   "source": {
15     "git": "https://github.com/michaeldorner/ByteBackpacker.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "watchos": "2.0",
22     "tvos": "10.0"
23   },
24   "swift_version": "3.0",
25   "requires_arc": true,
26   "source_files": "Sources/ByteBackpacker.swift"