[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / 3 / TLDataManager / 0.1.0 / TLDataManager.podspec.json
blob0a99db125832bc37094fb90237f3d4c33394d045
2   "name": "TLDataManager",
3   "version": "0.1.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.1.0"
14   },
15   "platforms": {
16     "ios": "6.1"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "public_header_files": "Classes/*.h"