blob: cb5addbe22d71ad30c3e34c876ccfa5ff834f910 [file] [log] [blame]
{
"name": "PersistentObject",
"version": "0.2.0",
"summary": "Simplifies object persistence in Swift.",
"homepage": "https://github.com/mattcomi/PersistentObject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matt Comi": "mattcomi@gmail.com"
},
"source": {
"git": "https://github.com/mattcomi/PersistentObject.git",
"tag": "0.2.0"
},
"source_files": "PersistentObject/*.{swift}",
"requires_arc": true,
"platforms": {
"ios": "9.0"
}
}