Skip to content

Commit c423cc8

Browse files
committed
Update document
1 parent cd19916 commit c423cc8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright © 2020-2021 BB9z
3+
Copyright © 2020-2022 BB9z
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
[![Swift Package Manager](https://img.shields.io/badge/spm-compatible-F05138.svg?style=flat-square)](https://swift.org/package-manager)
55
[![Build Status](https://img.shields.io/github/workflow/status/b9swift/Action/Swift?style=flat-square&colorA=555555&colorB=F05138)](https://github.com/b9swift/AssociatedObject/actions)
66
[![gitee 镜像](https://img.shields.io/badge/%E9%95%9C%E5%83%8F-gitee-C61E22.svg?style=flat-square)](https://gitee.com/b9swift/AssociatedObject)
7-
[![GitHub Source](https://img.shields.io/badge/Source-GitHub-24292F.svg?style=flat-square)](https://github.com/b9swift/AssociatedObject)
87

9-
Objective-C associated value wrapper in Swift.
8+
Objective-C associated value wrapper for convenient use in Swift. It is primarily used to add attributes to existing types through extensions.
109

1110
## Installation
1211

13-
Using Swift Package Manager or import manually.
12+
You can use either Swift Package Manager or manual importing to add this package to your project.
1413

1514
你也可以使用 [gitee 镜像](https://gitee.com/b9swift/AssociatedObject)
1615

Sources/B9AssociatedObject/B9AssociatedObject.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
B9AssociatedObject.swift
33

4-
Copyright © 2020-2021 RFUI.
4+
Copyright © 2020-2022 BB9z.
55
https://github.com/b9swift/AssociatedObject
66

77
The MIT License
@@ -11,9 +11,10 @@
1111
import Foundation
1212

1313
/**
14-
Objective-C associated value wrapper.
14+
Objective-C associated value wrapper for convenient use in Swift.
15+
It is primarily used to add attributes to existing types through extensions.
1516

16-
Usage
17+
Usage:
1718

1819
```
1920
private let fooAssociation = AssociatedObject<String>()

0 commit comments

Comments
 (0)