blob: aa721b53d0c8e204ab6b759ef92be5e4119d257b [file] [log] [blame]
{
"name": "CBRManagedObjectCache",
"version": "1.3.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.3.1"
},
"social_media_url": "https://twitter.com/oletterer",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CBRManagedObjectCache",
"frameworks": [
"CoreData",
"Foundation"
],
"prefix_header_contents": [
"#ifndef NS_DESIGNATED_INITIALIZER",
"#define NS_DESIGNATED_INITIALIZER",
"#endif"
]
}