[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 8 / 2 / TinkoffConcurrency / 1.0.0 / TinkoffConcurrency.podspec.json
blob699640375353317ffd188005d43a9b165d44ba72
2   "name": "TinkoffConcurrency",
3   "version": "1.0.0",
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": "1.0.0"
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/Source/**/*.swift",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "requires_app_host": true,
31       "source_files": "Tests/**/*.swift"
32     }
33   ],
34   "swift_version": "5.5"