[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 6 / 4 / DataManager / 2.0.0 / DataManager.podspec.json
blobfd0bddcdde085337f1dcd4281b2ee385654e9d63
2   "name": "DataManager",
3   "version": "2.0.0",
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": "9.0"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/metova/DataManager.git",
17     "tag": "2.0.0"
18   },
19   "source_files": "Sources/*.swift",
20   "frameworks": "CoreData"