blob: 13e6ab09e2d607e04186bd6fbdb9b9faa2ddf871 [file] [log] [blame]
{
"name": "EZCoreData",
"version": "0.4.2",
"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.4.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "EZCoreData/Classes/**/*",
"swift_version": "4.2",
"frameworks": "CoreData"
}