blob: 7e021e41cea97b02a2b6f70b14506cfd6af8149d [file] [log] [blame]
{
"name": "PersistentObject",
"version": "0.4.0",
"summary": "Simple 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.4.0"
},
"source_files": "PersistentObject/*.{swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"pushed_with_swift_version": "4.0"
}