[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / 5 / a / Task_retrying / 1.0.3 / Task_retrying.podspec.json
blob084518c668bd6051b7789fa8373154d9db7f8170
2   "name": "Task_retrying",
3   "version": "1.0.3",
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": "1.0.3"
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"