blob: 820b119c68dc97896c504d58be4127189b85a263 [file] [log] [blame]
{
"name": "GECoreDataManager",
"version": "1.0.0",
"summary": "Simple and easy to use Core Data Manager",
"description": "CoreDataManager is a simple and easy to use manager class, designed to reduce the need of boilerplate coding when using iOS Core Data persistance. Based on NSPersistentContainer.",
"homepage": "https://github.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guillem Espejo": "g.espejogarcia@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/GuillemEspejo/CoreDataManager.git",
"tag": "1.0.0"
},
"source_files": "CoreDataManager/Source/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}