blob: 3dac2550969a4c96e887ab05ff662418fb52f528 [file] [log] [blame]
{
"name": "PersistenceEngine",
"version": "0.2.6",
"summary": "Making life easier to manage and save Dictionaries & Structs into Core Data for persistence.",
"description": "Dictionaries <> Core Data\n\nMaking life easier to manage and save Dictionaries & Structs into Core Data for persistence.\n\nWritten 100% purely in Swift 4\n\nEasily store your dictionaries & structs in Core data using simple commands like:\n`persistenceStore.insert(dictionary: myDict1, intoEntity: \"TestEntity1\")`\n\nAnd read your dictionaries from Core Data using:\n`let myNewDictArray = persistenceStore.dictionaryFrom(entity: \"TestEntity1\")`\n\nExample code will show you how to save any struct into a dictionary automatically and recursively.",
"homepage": "https://github.com/timothybowers/PersistenceEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Timothy S Bowers": "timbigdev@gmail.com"
},
"source": {
"git": "https://github.com/timothybowers/PersistenceEngine.git",
"tag": "0.2.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PersistenceEngine/Classes/**/*"
}