[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 6 / 4 / DataManager / 0.2.0 / DataManager.podspec.json
blob61a735cf51556db8cf134f323d50e099e33840f6
2   "name": "DataManager",
3   "version": "0.2.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": "8.0",
13     "osx": "10.9",
14     "watchos": "2.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/metova/DataManager.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "Sources/*.swift",
22   "frameworks": "CoreData"