blob: be8ba5103431647229c78e7aad07bc7e68a500a5 [file] [log] [blame]
{
"name": "BGPersistentStoreManager",
"version": "1.0.5",
"homepage": "https://github.com/benguild/BGPersistentStoreManager",
"summary": "A simple singleton/wrapper/manager for the Apple iOS/macOS/etc. \"Core Data\" `NSPersistentStore` object/contexts.",
"license": "MIT",
"authors": {
"Ben Guild": "email@benguild.com"
},
"source": {
"git": "https://github.com/benguild/BGPersistentStoreManager.git",
"tag": "1.0.5"
},
"source_files": "BGPersistentStoreManager.{h,m}",
"social_media_url": "https://twitter.com/benguild",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": "CoreData",
"dependencies": {
"KCOrderedAccessorFix": [
]
}
}