[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / b / 6 / 4 / DataManager / 2.0.1 / DataManager.podspec.json
blob6463112472d09fe6846e30386c60dac771ae9573
2   "name": "DataManager",
3   "version": "2.0.1",
4   "summary": "DataManager is a small utility class that helps you manage Core Data.",
5   "description": "DataManager takes care of Core Data boilerplate code for you. It handles setting up the Core Data stack with support for asynchronous saves. It also includes a few simple fetch and deletion methods.",
6   "homepage": "https://github.com/metova/DataManager",
7   "license": "MIT",
8   "authors": {
9     "Logan Gauthier": "logan.gauthier@metova.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/metova/DataManager.git",
17     "tag": "2.0.1"
18   },
19   "source_files": "Sources/*.swift",
20   "frameworks": "CoreData",
21   "swift_version": "5.0"