[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / 3 / TLDataManager / 0.2.0 / TLDataManager.podspec.json
blob0440e061f76c317ffe1b71de6b7684bc9c8d1dc4
2   "name": "TLDataManager",
3   "version": "0.2.0",
4   "summary": "A robust object that manages a single CoreData stack.",
5   "description": "                       The `TLDataManager` manages a single CoreData stack consisting of one master\n                       `NSManagedObjectContext` on a private thread, one main `NSManagedObjectContext` on\n                       the main thread, and one background `NSManagedObjectContext` on a background thread.\n",
6   "homepage": "https://github.com/tablelist/TLDataManager",
7   "license": "MIT",
8   "authors": {
9     "Andrew Barba": "andrew@tablelistapp.com"
10   },
11   "source": {
12     "git": "https://github.com/tablelist/TLDataManager.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "6.1"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "public_header_files": "Classes/*.h"