blob: 53a7105697abf741418adfe5e2be55297e239a7a [file] [log] [blame]
{
"name": "JustJson",
"version": "0.1.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "JustJson is a simple project for handling JSON with keypaths. Copying the logic from https://oleb.net/blog/2017/01/dictionary-key-paths/",
"description": "SwiftyJSON is great but I want a lazy way to access the data.\nJustJson is a simple project for handling JSON with keypaths.\nOle Begemann gave a good example on how to make it.",
"requires_arc": true,
"homepage": "https://github.com/fattomhk/JustJSON",
"authors": {
"PROJECT_OWNER": "fattomhk@gmail.com"
},
"source": {
"git": "https://github.com/fattomhk/JustJSON.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}