[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 4 / 2 / NSManagedObjectContext-HYPSafeSave / 0.3 / NSManagedObjectContext-HYPSafeSave.podspec.json
blob8582b74c6c7aa8dca2ac265ccd7f631abf678060
2   "name": "NSManagedObjectContext-HYPSafeSave",
3   "version": "0.3",
4   "summary": "Warns you of unsafe NSManagedObjectContext saves",
5   "description": "When doing `[context save:&error]` warns you about:\n\n* Usage of confinement contexts\n* Main context saved in a background thread\n* Background context saved in a main thread\n",
6   "homepage": "https://github.com/hyperoslo/NSManagedObjectContext-HYPSafeSave",
7   "license": "MIT",
8   "authors": {
9     "Hyper AS": "teknologi@hyper.no"
10   },
11   "source": {
12     "git": "https://github.com/hyperoslo/NSManagedObjectContext-HYPSafeSave.git",
13     "tag": "0.3"
14   },
15   "social_media_url": "https://twitter.com/hyperoslo",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "frameworks": "CoreData"