blob: efcc1022fe71037955f4aac3cba53dbe409608cf [file] [log] [blame]
{
"name": "EZCoreData",
"version": "0.7.3",
"summary": "A great helper for core data if you use iOS 10.0+",
"description": "A library that builds up the basic main and private contexts for CoreData and brings a few utility methods",
"homepage": "https://github.com/CheesecakeLabs/EZCoreData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marcelosalloum": "marcelosalloum@gmal.com"
},
"source": {
"git": "https://github.com/CheesecakeLabs/EZCoreData.git",
"tag": "0.7.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "EZCoreData/Classes/**/*",
"swift_versions": "5.0",
"frameworks": "CoreData",
"swift_version": "5.0"
}