blob: 81efc4140d5033c7b40b4ce0a997c25a61ffc13b [file] [log] [blame]
{
"name": "Urushi",
"version": "0.2.0",
"summary": "Persist `Glossy` structs.",
"description": "Urushi lets you use a `Glossy` struct as a persistent store. Your struct is JSON serialized and persisted on disk. Setting values in your struct will update what is stored on disk. Put a static instance in your `AppDelegate` or something like that. Then just set it (the `model`) and forget it!",
"homepage": "https://github.com/71241NW123CK/Urushi-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryan Hiroaki Tsukamoto": "backward6@gmail.com"
},
"source": {
"git": "https://github.com/71241NW123CK/Urushi-Swift.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "Urushi/Classes/**/*",
"dependencies": {
"Gloss": [
"~> 2.0"
]
},
"pushed_with_swift_version": "4.0"
}