[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 4 / 2 / NSManagedObjectContext-HYPSafeSave / 0.4 / NSManagedObjectContext-HYPSafeSave.podspec.json
blobbdb5c771e552fea5f6a3cbb6bd82e14b49f53ecb
2   "name": "NSManagedObjectContext-HYPSafeSave",
3   "version": "0.4",
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.4"
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"