blob: 68af6b55974506131a0910231c8a957dfda0224c [file] [log] [blame]
{
"name": "CBRManagedObjectCache",
"version": "1.4.1",
"summary": "A lightweight cache for Your NSManagedObjectContext.",
"homepage": "https://github.com/Cloud-Bridge/CBRManagedObjectCache",
"license": "MIT",
"authors": {
"Oliver Letterer": "oliver.letterer@gmail.com"
},
"source": {
"git": "https://github.com/Cloud-Bridge/CBRManagedObjectCache.git",
"tag": "1.4.1"
},
"social_media_url": "https://twitter.com/oletterer",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "CBRManagedObjectCache",
"frameworks": [
"CoreData",
"Foundation"
]
}