blob: 47194b149b0a7851492a54dd633b0731d805ab9c [file] [log] [blame]
{
"name": "BackspaceJSON",
"version": "1.0.0",
"summary": "Stupid simple access for unCodable JSON objects.",
"description": "Codable has made consuming JSON much easier, but there are still cases where\nit's not suitable, such as a configuration file with arbitrary keys and values.\nIn those cases, you just want type-safe access to values without a lot of fuss.\nBackspaceJSON is a tiny (single enum, ~100 lines) framework written in Swift.",
"homepage": "https://github.com/mjmsmith/backspace-json",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Smith": "mark@camazotz.com"
},
"social_media_url": "https://twitter.com/camazotzllc",
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"4.0",
"5.0"
],
"source": {
"git": "https://github.com/mjmsmith/backspacejson.git",
"tag": "1.0.0"
},
"source_files": "BackspaceJSON/JSON.swift",
"swift_version": "5.0"
}