[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 9 / 0 / TinkoffConcurrencyTesting / 2.0.2 / TinkoffConcurrencyTesting.podspec.json
blob9b42cd1012b745601fec6c3b253351b65274869e
2   "name": "TinkoffConcurrencyTesting",
3   "version": "2.0.2",
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.2"
18   },
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15",
22     "tvos": "13.0"
23   },
24   "swift_versions": "5.5",
25   "static_framework": true,
26   "source_files": "Development/TinkoffConcurrencyTesting/**/*.{swift,md,docc}",
27   "dependencies": {
28     "TinkoffConcurrency": [
29       "2.0.2"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": [
37         "Tests/TinkoffConcurrencyTesting/**/*.swift",
38         "Tests/TestSupport/**/*.swift"
39       ]
40     }
41   ],
42   "swift_version": "5.5"