[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 3 / 8 / 2 / TinkoffConcurrency / 2.0.2 / TinkoffConcurrency.podspec.json
blob81e2cec8b0e8922a694644fd6ddedb7a96aaa289
2   "name": "TinkoffConcurrency",
3   "version": "2.0.2",
4   "summary": "A toolset that makes Swift Concurrency a bit easier.",
5   "description": "A set of handful tools that would help adopting an existing codebase to Swift Concurrency, including\n  * A general-purpose cancellables storage\n  * A robust `withTrowingContinuation` alternative that supports task cancelling and converts all cancelling\n    contracts to Swift Concurrency requirements.",
6   "homepage": "https://github.com/tinkoff-mobile-tech/TinkoffConcurrency",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Timur Khamidov": "t.khamidov@tinkoff.ru",
13     "Aleksandr Darovskikh": "ext.adarovskikh@tinkoff.ru"
14   },
15   "source": {
16     "git": "https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git",
17     "tag": "2.0.2"
18   },
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15",
22     "tvos": "13.0"
23   },
24   "swift_versions": "5.5",
25   "static_framework": true,
26   "source_files": "Development/TinkoffConcurrency/**/*.{swift,md,docc}",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": [
32         "Tests/TinkoffConcurrency/**/*.swift",
33         "Tests/TestSupport/**/*.swift"
34       ]
35     }
36   ],
37   "swift_version": "5.5"