[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / 5 / iDelayedJob / 1.0.4 / iDelayedJob.podspec.json
blob6268737e1d5a14ab0a479b98e18050c21e128f74
2   "name": "iDelayedJob",
3   "version": "1.0.4",
4   "summary": "A Job scheduler allowing transparent performance and retrying of misc task until successful or exhausted, even across application restarts.",
5   "description": "                        iDelayedJob is a Job scheduler allowing transparent performance and retrying of\n                        task until successful or exhausted  even across application restart, and is modeled and\n                        inspired by the equivalent rails plugin of similar name.\n",
6   "homepage": "https://github.com/valerius/iDelayedJob",
7   "license": "MIT",
8   "authors": {
9     "James Whitfield": "valerius@neilab.com"
10   },
11   "source": {
12     "git": "https://github.com/valerius/iDelayedJob.git",
13     "tag": "1.0.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "iDelayedJob": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "VinylRecord": [
28     ],
29     "JSONKit-NoWarning": [
30       "~> 1.2"
31     ],
32     "Reachability": [
33       "~> 3.2"
34     ],
35     "MSWeakTimer": [
36       "~> 1.1.0"
37     ]
38   }