Skip to content

Commit af2d60c

Browse files
committed
[Update] repository migration
1 parent 9fb7ce5 commit af2d60c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<p align="center">
44
<a><img src="https://img.shields.io/badge/language-swift-ffac45.svg"></a>
5-
<a href="https://github.com/rakuyoMo/RaAPIWrapper/releases"><img src="https://img.shields.io/cocoapods/v/RaAPIWrapper.svg"></a>
6-
<a href="https://github.com/rakuyoMo/RaAPIWrapper/blob/main/LICENSE"><img src="https://img.shields.io/cocoapods/l/RaAPIWrapper.svg?style=flat"></a>
5+
<a href="https://github.com/RakuyoKit/RaAPIWrapper/releases"><img src="https://img.shields.io/cocoapods/v/RaAPIWrapper.svg"></a>
6+
<a href="https://github.com/RakuyoKit/RaAPIWrapper/blob/main/LICENSE"><img src="https://img.shields.io/cocoapods/l/RaAPIWrapper.svg?style=flat"></a>
77
</p>
88

9-
> [中文](https://github.com/rakuyoMo/RaAPIWrapper/blob/main/README_CN.md)
9+
> [中文](https://github.com/RakuyoKit/RaAPIWrapper/blob/main/README_CN.md)
1010
1111
`RaAPIWrapper` uses `@propertyWrapper` to achieve a similar effect to that of defining network requests in the Android `Retrofit` library.
1212

@@ -57,15 +57,15 @@ If your project relies on `Alamofire`, then you may also consider relying on `Ra
5757
### Swift Package Manager
5858

5959
- File > Swift Packages > Add Package Dependency
60-
- Add https://github.com/rakuyoMo/RaAPIWrapper.git
60+
- Add https://github.com/RakuyoKit/RaAPIWrapper.git
6161
- Select "Up to Next Major" and fill in the corresponding version number
6262

6363
Or add the following to your `Package.swift` file:
6464

6565
```swift
6666
dependencies: [
6767
.package(
68-
url: "https://github.com/rakuyoMo/RaAPIWrapper.git",
68+
url: "https://github.com/RakuyoKit/RaAPIWrapper.git",
6969
.upToNextMajor(from: "1.1.0")
7070
)
7171
]

README_CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<p align="center">
44
<a><img src="https://img.shields.io/badge/language-swift-ffac45.svg"></a>
5-
<a href="https://github.com/rakuyoMo/RaAPIWrapper/releases"><img src="https://img.shields.io/cocoapods/v/RaAPIWrapper.svg"></a>
6-
<a href="https://github.com/rakuyoMo/RaAPIWrapper/blob/main/LICENSE"><img src="https://img.shields.io/cocoapods/l/RaAPIWrapper.svg?style=flat"></a>
5+
<a href="https://github.com/RakuyoKit/RaAPIWrapper/releases"><img src="https://img.shields.io/cocoapods/v/RaAPIWrapper.svg"></a>
6+
<a href="https://github.com/RakuyoKit/RaAPIWrapper/blob/main/LICENSE"><img src="https://img.shields.io/cocoapods/l/RaAPIWrapper.svg?style=flat"></a>
77
</p>
88

99
`RaAPIWrapper` 利用 `@propertyWrapper` 来实现类似于 Android `Retrofit` 库中定义网络请求的效果。
@@ -54,15 +54,15 @@ pod 'RaAPIWrapper'
5454
### Swift Package Manager
5555

5656
- 依次选择 File > Swift Packages > Add Package Dependency
57-
- 输入 https://github.com/rakuyoMo/RaAPIWrapper.git
57+
- 输入 https://github.com/RakuyoKit/RaAPIWrapper.git
5858
- 选择 "Up to Next Major" 并填入对应的版本号
5959

6060
或者将下面的内容添加到 `Package.swift` 文件中:
6161

6262
```swift
6363
dependencies: [
6464
.package(
65-
url: "https://github.com/rakuyoMo/RaAPIWrapper.git",
65+
url: "https://github.com/RakuyoKit/RaAPIWrapper.git",
6666
.upToNextMajor(from: "1.1.0")
6767
)
6868
]

0 commit comments

Comments
 (0)