blob: bfbdcfd836205f666025da66ebf88486b5ce6c44 [file] [log] [blame]
{
"name": "AUCoreDataKit",
"version": "1.0.1.0",
"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.1.0"
},
"platforms": {
"ios": "12.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "DataKit/DataKit/*.{swift}"
}