File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ MIT License] ( https://img.shields.io/github/license/vsanthanam/WeakReference )] ( https://github.com/vsanthanam/WeakReference/blob/main/LICENSE )
4
4
[ ![ Package Releases] ( https://img.shields.io/github/v/release/vsanthanam/WeakReference )] ( https://github.com/vsanthanam/WeakReference/releases )
5
5
[ ![ Build Results] ( https://img.shields.io/github/workflow/status/vsanthanam/WeakReference/spm-build-test )] ( https://img.shields.io/github/workflow/status/vsanthanam/WeakReference/spm-build-test )
6
- [ ![ Swift Version] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvsanthanam%2FWeakReference%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/vsanthanam/WeakReference )
7
- [ ![ Supported Platforms] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvsanthanam%2FWeakReference%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex. com/vsanthanam/WeakReference )
6
+ [ ![ Swift Version] ( https://img.shields.io/badge/swift-5.6-critical )] ( https://swift.org )
7
+ [ ![ Supported Platforms] ( https://img.shields.io/badge/platform-iOS%2011%20%7C%20macOS%2010.13%20%7C%20tvOS%2011%20%7C%20watchOS%204-lightgrey )] ( https://developer.apple. com )
8
8
9
9
An existential weak reference.
10
10
Use this wrapper class to pass around weakly-referenced instances of an object.
@@ -21,6 +21,19 @@ dependencies: [
21
21
]
22
22
```
23
23
24
+ To add AnyAsyncSequence as a dependency to an Xcode Project:
25
+
26
+ * Choose File → Add Packages...
27
+ * Enter package URL https://github.com/vsanthanam/WeakReference.git and select your release and of choice.
28
+
29
+ Other distribution mechanisms like CocoaPods or Carthage may be added in the future.
30
+
31
+ Additional installation instructions are available on the [ Swift Package Index] ( https://swiftpackageindex.com/vsanthanam/WeakReference )
32
+
33
+ [ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvsanthanam%2FAnyAsyncSequence%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/vsanthanam/AnyAsyncSequence )
34
+ [ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvsanthanam%2FAnyAsyncSequence%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex.com/vsanthanam/AnyAsyncSequence )
35
+
36
+
24
37
## Usage
25
38
26
39
``` swift
You can’t perform that action at this time.
0 commit comments