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