blob: dae657a076f3d838f8554b7782a3cce4b289ebb3 [file] [log] [blame]
{
"name": "CoreDataKit",
"version": "0.11.0",
"license": "MIT",
"summary": "CoreDataKit makes common operations on objects and importing into CoreData a breeze.",
"description": "CoreDataKit takes care of the hard and verbose parts of CoreData. It manages child contexts for you and helps to easily fetch, create and delete objects.",
"authors": {
"Mathijs Kadijk": "mkadijk@gmail.com"
},
"social_media_url": "http://twitter.com/mac_cain13",
"homepage": "https://github.com/mac-cain13/CoreDataKit",
"source": {
"git": "https://github.com/mac-cain13/CoreDataKit.git",
"tag": "0.11.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CoreDataKit/**/*.swift"
}