[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / b / AsyncObjects / 1.0.0 / AsyncObjects.podspec.json
blob1c8cc46ebc409dfe9bbeb8fc3a44b3985e1326cb
2   "name": "AsyncObjects",
3   "version": "1.0.0",
4   "homepage": "https://github.com/SwiftyLab/AsyncObjects",
5   "summary": "Synchronization objects for modern swift concurrency.",
6   "description": "Several synchronization primitives and task synchronization mechanisms introduced to aid in modern swift concurrency.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "social_media_url": "https://twitter.com/soumya_mahunt",
12   "readme": "https://github.com/SwiftyLab/AsyncObjects/blob/main/README.md",
13   "changelog": "https://github.com/SwiftyLab/AsyncObjects/blob/main/CHANGELOG.md",
14   "documentation_url": "https://swiftylab.github.io/AsyncObjects/1.0.0/documentation/asyncobjects/",
15   "source": {
16     "git": "https://github.com/SwiftyLab/AsyncObjects.git",
17     "tag": "v1.0.0"
18   },
19   "authors": {
20     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
21   },
22   "swift_versions": "5.6",
23   "platforms": {
24     "ios": "13.0",
25     "osx": "10.15",
26     "tvos": "13.0",
27     "watchos": "6.0"
28   },
29   "source_files": [
30     "Sources/AsyncObjects/**/*.swift",
31     "Sources/AsyncObjects/*.docc"
32   ],
33   "preserve_paths": [
34     "{Sources,Tests}/AsyncObjects*/**/*",
35     "*.md"
36   ],
37   "pod_target_xcconfig": {
38     "CLANG_WARN_DOCUMENTATION_COMMENTS": "YES",
39     "RUN_DOCUMENTATION_COMPILER": "YES"
40   },
41   "dependencies": {
42     "OrderedCollections": [
43       "~> 1.0.0"
44     ]
45   },
46   "testspecs": [
47     {
48       "name": "Tests",
49       "test_type": "unit",
50       "source_files": "Tests/AsyncObjectsTests/**/*.swift"
51     }
52   ],
53   "swift_version": "5.6"