blob: 843e04ade5fcb4e2b8d8d1617e57cdc537f1f18d [file] [log] [blame]
{
"name": "EZCoreData",
"version": "0.3.1",
"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.3.1"
},
"social_media_url": "https://cheesecakelabs.com/",
"platforms": {
"ios": "10.0"
},
"source_files": "EZCoreData/Classes/**/*",
"swift_version": "4.2",
"frameworks": "CoreData"
}