[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / d / 1 / CoreDataContextManager / 0.1.1 / CoreDataContextManager.podspec.json
blob9997cef2f267e87c7b8d20d724f7be63153e6314
2   "name": "CoreDataContextManager",
3   "version": "0.1.1",
4   "summary": "CoreData helpers with lightweight migration and multi threading.",
5   "description": "CoreDataContextManager is CoreData helper library.\nIt provides the following features:\n\n- Automatically apply lightweight migration with xcdatamodel file versions\n- Multi threading with context management\n- General implementation of NSFetchedResultsControllerDelegate\n- Useful helper category methods for NSManagedObjectContext\n\nSee GitHub for usage and more details.",
6   "homepage": "https://github.com/wagyu298/CoreDataContextManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wagyu298": "wagyu298@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wagyu298/CoreDataContextManager.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/wagyu298",
19   "platforms": {
20     "ios": "7.1"
21   },
22   "source_files": "CoreDataContextManager/Classes/**/*"