blob: f466666d907736ba4d2fb216c817ee94dcc62528 [file] [log] [blame]
{
"name": "NSManagedObjectArchiving",
"version": "0.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/luckymarmot/NSManagedObjectArchiving",
"authors": [
"Robert Payne",
"Micha Mazaheri"
],
"summary": "An easy way to archive and unarchive NSManagedObjects.",
"source": {
"git": "https://github.com/luckymarmot/NSManagedObjectArchiving.git",
"tag": "0.1.0"
},
"source_files": "NSManagedObjectArchiving.{h,m}",
"frameworks": "CoreData",
"requires_arc": true,
"platforms": {
"osx": null
}
}