blob: 76ad0e2fea5c2cfc6cd32b8006a63fd801674a20 [file] [log] [blame]
{
"name": "JustJson",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}