[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / a / 9 / b / WorkflowConcurrency / 2.5.0 / WorkflowConcurrency.podspec.json
blob631674cfd53786f2eafeb73208958fa1778d531c
2   "name": "WorkflowConcurrency",
3   "version": "2.5.0",
4   "summary": "Infrastructure for Concurrency-powered Workers",
5   "homepage": "https://www.github.com/square/workflow-swift",
6   "license": "Apache License, Version 2.0",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/workflow-swift.git",
10     "tag": "v2.5.0"
11   },
12   "cocoapods_version": ">= 1.7.0",
13   "swift_versions": [
14     "5.7"
15   ],
16   "platforms": {
17     "ios": "14.0",
18     "osx": "10.15"
19   },
20   "source_files": "WorkflowConcurrency/Sources/*.swift",
21   "dependencies": {
22     "Workflow": [
23       "2.5.0"
24     ]
25   },
26   "pod_target_xcconfig": {
27     "APPLICATION_EXTENSION_API_ONLY": "YES"
28   },
29   "swift_version": "5.7"