[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 9 / AsyncAlgorithms / 0.1.0 / AsyncAlgorithms.podspec.json
blob491e8b05266f0dfa769b903dcbfa0e053d92ced3
2   "name": "AsyncAlgorithms",
3   "version": "0.1.0",
4   "homepage": "https://github.com/apple/swift-async-algorithms",
5   "summary": "Swift Async Algorithms is an open-source package of asynchronous sequence and advanced algorithms that involve concurrency, along with their related types.",
6   "description": "Unofficial pod for the swift-async-algorithms library.",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "documentation_url": "https://github.com/apple/swift-async-algorithms/tree/0.1.0/Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides",
12   "social_media_url": "https://twitter.com/soumya_mahunt",
13   "source": {
14     "git": "https://github.com/apple/swift-async-algorithms.git",
15     "tag": "0.1.0"
16   },
17   "authors": {
18     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
19   },
20   "swift_versions": "5.6",
21   "platforms": {
22     "ios": "13.0",
23     "osx": "10.15",
24     "tvos": "13.0",
25     "watchos": "6.0"
26   },
27   "source_files": [
28     "Sources/AsyncAlgorithms/**/*.swift",
29     "Sources/AsyncAlgorithms/**/*.docc/*.*"
30   ],
31   "dependencies": {
32     "SwiftyCollections": [
33       "~> 1.0.3"
34     ]
35   },
36   "testspecs": [
37     {
38       "name": "Tests",
39       "test_type": "unit",
40       "source_files": "Tests/AsyncAlgorithmsTests/**/*.swift",
41       "dependencies": {
42         "AsyncSequenceValidation": [
43           "= 0.1.0"
44         ],
45         "AsyncAlgorithms_XCTest": [
46           "= 0.1.0"
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.6"