[Add] ByteBuddy 0.0.2
[CocoaPods.git] / Specs / a / 8 / 9 / BackspaceJSON / 1.0.0 / BackspaceJSON.podspec.json
blob47194b149b0a7851492a54dd633b0731d805ab9c
2   "name": "BackspaceJSON",
3   "version": "1.0.0",
4   "summary": "Stupid simple access for unCodable JSON objects.",
5   "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.",
6   "homepage": "https://github.com/mjmsmith/backspace-json",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mark Smith": "mark@camazotz.com"
13   },
14   "social_media_url": "https://twitter.com/camazotzllc",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "5.0"
21   ],
22   "source": {
23     "git": "https://github.com/mjmsmith/backspacejson.git",
24     "tag": "1.0.0"
25   },
26   "source_files": "BackspaceJSON/JSON.swift",
27   "swift_version": "5.0"