[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / a / Task_retrying / 2.0.0 / Task_retrying.podspec.json
blob85199b6c8180968fa0b95971f80d398f33561d8e
2   "name": "Task_retrying",
3   "version": "2.0.0",
4   "summary": "Extension for Task for retrying operations.",
5   "description": "The extension that allows you to make a retriable Task",
6   "homepage": "https://github.com/bigearsenal/task-retrying-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chung Tran": "bigearsenal@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bigearsenal/task-retrying-swift.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/Task_retrying/**/*",
22   "swift_versions": "5.0",
23   "pod_target_xcconfig": {
24     "SWIFT_OPTIMIZATION_LEVEL": "-O"
25   },
26   "swift_version": "5.0"