blob: 532cfc89123e2002324622a48b944af6f1f3b06f [file] [log] [blame]
{
"name": "AUCoreDataKit",
"version": "1.0.2.2",
"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.0.2.2"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "DataKit/DataKit/*.{swift}"
}