2 "name": "TinkoffConcurrencyTesting",
4 "summary": "A toolset that makes Swift Concurrency testing a bit easier.",
5 "description": "A set of tools that would help testing parts of code combining synchronous and asynchronous parts",
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 "static_framework": true,
26 "source_files": "Development/TinkoffConcurrencyTesting/**/*.{swift,md,docc}",
28 "TinkoffConcurrency": [
37 "Tests/TinkoffConcurrencyTesting/**/*.swift",
38 "Tests/TestSupport/**/*.swift"
42 "swift_version": "5.5"