blob: 4b8f9349301a906807ed3d0b63e5f8cb53250b4f [file] [log] [blame]
{
"name": "PersistentObject",
"version": "0.3.1",
"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.3.1"
},
"source_files": "PersistentObject/*.{swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}