[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / b / 9 / 0 / TinkoffConcurrencyTesting / 2.0.1 / TinkoffConcurrencyTesting.podspec.json
blobfcf8b6fea26b31f8894c6812bf169beb2245c863
2   "name": "TinkoffConcurrencyTesting",
3   "version": "2.0.1",
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",
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/TinkoffConcurrencyTesting/**/*.{swift,md,docc}",
26   "dependencies": {
27     "TinkoffConcurrency": [
28       "2.0.1"
29     ]
30   },
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "source_files": [
36         "Tests/TinkoffConcurrencyTesting/**/*.swift",
37         "Tests/TestSupport/**/*.swift"
38       ]
39     }
40   ],
41   "swift_version": "5.5"