This repository was archived by the owner on Sep 6, 2019. It is now read-only.
Commit def542c 1 parent f1dec99 commit def542c Copy full SHA for def542c
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
** 注意:** ` 1.4.0 ` 之前的版本集成了自己写的一些控件,从 ` 1.4.0 ` 版本开始,这些控件不再集成到 ` RKOTools ` 库中了,将会单独提供并支持 ` CocoaPods ` 。该页面则做目录之用,将会列出所有控件。
6
6
7
7
<p align =" center " >
8
- <a href =" " ><img src =" https://img.shields.io/badge/pod-v1.11.0 -brightgreen.svg " ></a >
8
+ <a href =" " ><img src =" https://img.shields.io/badge/pod-v1.11.1 -brightgreen.svg " ></a >
9
9
<a href =" " ><img src =" https://img.shields.io/badge/ObjectiveC-compatible-orange.svg " ></a >
10
10
<a href =" " ><img src =" https://img.shields.io/badge/platform-iOS%209.0%2B-ff69b5152950834.svg " ></a >
11
11
<a href =" https://github.com/rakuyoMo/RKOTools/blob/master/LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-green.svg?style=flat " ></a >
42
42
### 集成:
43
43
44
44
``` shell
45
- pod ' RKOTools' , ' ~> 1.11.0 '
45
+ pod ' RKOTools' , ' ~> 1.11.1 '
46
46
```
47
47
48
48
---------------------------------------------------------------------
Original file line number Diff line number Diff line change 9
9
Pod ::Spec . new do |s |
10
10
11
11
s . name = "RKOTools"
12
- s . version = "1.11.0 "
12
+ s . version = "1.11.1 "
13
13
s . summary = "One of your own tool libraries"
14
14
s . description = <<-DESC
15
15
Own a tool library.
@@ -85,5 +85,4 @@ Pod::Spec.new do |s|
85
85
hexString . source_files = "RKOTools/HexString/*.{h,m}"
86
86
end
87
87
88
-
89
88
end
You can’t perform that action at this time.
0 commit comments