[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 8 / 5 / 0 / BGPersistentStoreManager / 1.0.8 / BGPersistentStoreManager.podspec.json
blobec81c15affd0610d63e0e6105572882b3f03037e
2   "name": "BGPersistentStoreManager",
3   "version": "1.0.8",
4   "homepage": "https://github.com/benguild/BGPersistentStoreManager",
5   "summary": "A simple singleton/wrapper/manager for the Apple iOS/macOS/etc. \"Core Data\" `NSPersistentStore` object/contexts.",
6   "license": "MIT",
7   "authors": {
8     "Ben Guild": "hello@benguild.com"
9   },
10   "source": {
11     "git": "https://github.com/benguild/BGPersistentStoreManager.git",
12     "tag": "1.0.8"
13   },
14   "source_files": "BGPersistentStoreManager.{h,m}",
15   "social_media_url": "https://twitter.com/benguild",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "frameworks": "CoreData",
21   "dependencies": {
22     "KCOrderedAccessorFix": [
24     ]
25   }