[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 8 / 5 / 0 / BGPersistentStoreManager / 1.0.4 / BGPersistentStoreManager.podspec.json
blobe974b862b23cbe659cf434c4553f2546c7006fa8
2   "name": "BGPersistentStoreManager",
3   "version": "1.0.4",
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": "email@benguild.com"
9   },
10   "source": {
11     "git": "https://github.com/benguild/BGPersistentStoreManager.git",
12     "tag": "1.0.4"
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   }