blob: 0049d4b14ef2bc7db5f22b35076d79c0e2dc907d [file] [log] [blame]
{
"name": "BitFiddle",
"version": "0.2.0",
"summary": "A tiny library for reading and interpreting raw data.",
"description": "BitFiddle is a library for reading and interpreting raw data. It makes use of the type system to create safe interfaces for converting to and from various types. The goal of BitFiddle is to ensure that clients can focus on using data instead of asserting preconditions.",
"license": "MIT",
"authors": "Ryan Wachowski",
"source": {
"git": "https://github.com/rpwachowski/BitFiddle.git",
"tag": "0.2.0"
},
"homepage": "https://github.com/rpwachowski/BitFiddle.git",
"source_files": "BitFiddle/**/*.{h,m,swift}",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"swift_version": "4.0"
}