[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / 2 / ZLTaskManager / 0.1.1 / ZLTaskManager.podspec.json
blobf4b7c35245c712158b8e8b7678785084c9b4fd34
2   "name": "ZLTaskManager",
3   "version": "0.1.1",
4   "summary": "An objective-c library for managing, persisting, and retrying work.",
5   "description": "                   There are many ways to dispatch work with Objective-C, from Grand Central Dispatch to NSOperations however, none of these approaches handle persisting work. ZLTaskManager fills this void. With this library we can persist work from app launch to app launch. We can make sure this work is retried again and again until it succeeds (or until we decide to stop retrying it, more on this later). And thanks to this we can start work without adding endless failsafes to make sure that it is done correctly.\n",
6   "homepage": "https://github.com/zackliston/ZLTaskManager",
7   "license": "MIT",
8   "authors": {
9     "Zack Liston": "zackmliston@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/zackliston/ZLTaskManager.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "ZLTaskManager/Classes/*.{h,m}",
19   "dependencies": {
20     "FMDB": "2.4",
21     "Reachability": "3.2"
22   },
23   "requires_arc": true