[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 3 / 2 / Retry / 0.6.1 / Retry.podspec.json
blobcc485d66fe5b21d438f7965c2eca8fe924473227
2   "name": "Retry",
3   "version": "0.6.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marin Todorov": "touch-code-magazine@underplot.com"
13   },
14   "source": {
15     "git": "https://github.com/icanzilb/Retry.git",
16     "tag": "0.6.1"
17   },
18   "social_media_url": "https://twitter.com/icanzilb",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "Retry/Classes/**/*"