blob: 6b54d91046fb9ebfd35fe46403fbdd332c2979ed [file] [log] [blame]
{
"name": "AUCoreDataKit",
"version": "1.1.0.1",
"summary": "An easy to use CoreData wrapper in Swift.",
"description": "An easy to use CoreData wrapper in Swift. Just add your CoreData model in Xcode and you're good to go!",
"homepage": "https://github.com/azizuysal/AUCoreDataKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Aziz Uysal": "azizuysal@gmail.com"
},
"social_media_url": "https://twitter.com/azizuysal",
"source": {
"git": "https://github.com/azizuysal/AUCoreDataKit.git",
"tag": "1.1.0.1"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"swift_version": "5.0",
"source_files": "DataKit/DataKit/*.{swift}"
}