4 "summary": "Haven't you wished for `try` to sometimes try a little harder? Meet `retry`",
5 "description": "retry and retryAsync keep running blocks of code that might throw until either \na maximum count of retries is reached or some custom developer defined strategy\ninstructs them to stop retrying.",
6 "homepage": "https://github.com/icanzilb/Retry",
12 "Marin Todorov": "touch-code-magazine@underplot.com"
15 "git": "https://github.com/icanzilb/Retry.git",
18 "social_media_url": "https://twitter.com/icanzilb",
22 "source_files": "Retry/Classes/**/*"