File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Date+REExtensions
4444```
4545
4646## Usage
47- [Link of Documents build by DocC](https://swiftpackageindex.com/reers/ReerKit/1.1.3 /documentation/reerkit)
47+ [Link of Documents build by DocC](https://swiftpackageindex.com/reers/ReerKit/1.1.5 /documentation/reerkit)
4848
4949[Or click here to download the doccarchive file](https://gitee.com/phoenix19/cdn/raw/master/ReerKit.doccarchive.zip)
5050
@@ -80,7 +80,7 @@ XCode 15.4+
8080< summary> Carthage</ summary>
8181</ br>
8282< p> To integrate ReerKit into your Xcode project using < a href= " https://github.com/Carthage/Carthage" > Carthage</ a> , specify it in your `Cartfile`: </ p>
83- < pre>< code class= " ogdl language-ogdl" > github " ReerKit/ReerKit" ~> 1.1.3
83+ < pre>< code class= " ogdl language-ogdl" > github " ReerKit/ReerKit" ~> 1.1.5
8484</ code></ pre>
8585</ details>
8686
@@ -93,7 +93,7 @@ let package = Package(
9393 name : " YOUR_PROJECT_NAME" ,
9494 targets : [],
9595 dependencies : [
96- .package (url : " https://github.com/reers/ReerKit.git" , from : " 1.1.3 " )
96+ .package (url : " https://github.com/reers/ReerKit.git" , from : " 1.1.5 " )
9797 ]
9898)
9999</ code></ pre>
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Date+REExtensions
4242```
4343
4444## 使用文档
45- [DocC 生成的文档链接](https://swiftpackageindex.com/reers/ReerKit/1.1.3 /documentation/reerkit)
45+ [DocC 生成的文档链接](https://swiftpackageindex.com/reers/ReerKit/1.1.5 /documentation/reerkit)
4646
4747[或者点击这里下载 doccarchive 文件](https://gitee.com/phoenix19/cdn/raw/master/ReerKit.doccarchive.zip)
4848
@@ -78,7 +78,7 @@ XCode 15.4+
7878< summary> Carthage</ summary>
7979</ br>
8080< p> 要使用 < a href= " https://github.com/Carthage/Carthage" > Carthage</ a> 将 ReerKit 集成到您的 Xcode 项目中,请在您的 < code> Cartfile</ code> 中设置: </ p>
81- < pre>< code class= " ogdl language-ogdl" > github " ReerKit/ReerKit" ~& gt; 1.1.3
81+ < pre>< code class= " ogdl language-ogdl" > github " ReerKit/ReerKit" ~& gt; 1.1.5
8282</ code></ pre>
8383</ details>
8484
@@ -91,7 +91,7 @@ let package = Package(
9191 name : " YOUR_PROJECT_NAME" ,
9292 targets : [],
9393 dependencies : [
94- .package (url : " https://github.com/reers/ReerKit.git" , from : " 1.1.3 " )
94+ .package (url : " https://github.com/reers/ReerKit.git" , from : " 1.1.5 " )
9595 ]
9696)
9797</ code></ pre>
Original file line number Diff line number Diff line change 99Pod ::Spec . new do |s |
1010
1111 s . name = "ReerKit"
12- s . version = "1.1.3 "
12+ s . version = "1.1.5 "
1313 s . summary = "Collections of Swift extensions and utils."
1414
1515 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments