[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 8 / 2 / TinkoffConcurrency / 2.0.1 / TinkoffConcurrency.podspec.json
blobd29084e3374e51c23f9afc5212e7a6f753961b7f
2   "name": "TinkoffConcurrency",
3   "version": "2.0.1",
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.1"
18   },
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15",
22     "tvos": "13.0"
23   },
24   "swift_versions": "5.5",
25   "source_files": "Development/TinkoffConcurrency/**/*.{swift,md,docc}",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": [
31         "Tests/TinkoffConcurrency/**/*.swift",
32         "Tests/TestSupport/**/*.swift"
33       ]
34     }
35   ],
36   "swift_version": "5.5"