2 "name": "TinkoffConcurrency",
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",
8 "type": "Apache License 2.0",
12 "Timur Khamidov": "t.khamidov@tinkoff.ru",
13 "Aleksandr Darovskikh": "ext.adarovskikh@tinkoff.ru"
16 "git": "https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git",
24 "swift_versions": "5.5",
25 "source_files": "Development/Source/**/*.swift",
30 "requires_app_host": true,
31 "source_files": "Tests/**/*.swift"
34 "swift_version": "5.5"