blob: 66dd86d9cfd1f6592ead8dc319de3c4fe3d94839 [file] [log] [blame]
{
"name": "CoreDataKit",
"version": "0.4.2",
"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.\n",
"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.4.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CoreDataKit/*.swift"
}