Skip to content

Commit 8741c52

Browse files
committed
Update README for v1.0.2
1 parent 4b405fb commit 8741c52

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LLDebugTool.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LLDebugTool"
3-
s.version = "1.0.1"
3+
s.version = "1.0.2"
44
s.summary = "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations."
55
s.homepage = "https://github.com/HDB-Li/LLDebugTool"
66
s.license = "MIT"

README-cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
[![Version](https://img.shields.io/badge/IOS-%3E%3D8.0-f07e48.svg)](https://img.shields.io/badge/IOS-%3E%3D8.0-f07e48.svg)
6-
[![CocoaPods Compatible](https://img.shields.io/badge/pod-v1.0.1-blue.svg)](https://img.shields.io/badge/pod-v1.0.1-blue.svg)
6+
[![CocoaPods Compatible](https://img.shields.io/badge/pod-v1.0.2-blue.svg)](https://img.shields.io/badge/pod-v1.0.2-blue.svg)
77
[![Platform](https://img.shields.io/badge/platform-ios-lightgrey.svg)](https://img.shields.io/badge/platform-ios-lightgrey.svg)
88
[![License](https://img.shields.io/badge/license-MIT-91bc2b.svg)](https://img.shields.io/badge/license-MIT-91bc2b.svg)
99

@@ -42,8 +42,8 @@ LLDebugTool是一款针对开发者和测试者的调试工具,它可以帮助
4242

4343
[CocoaPods](http://cocoapods.org) 是集成`LLDebugTool`的首选方式。
4444

45-
1. 添加 `pod 'LLDebugTool'` 到你的Podfile里。如果只想在Debug模式下使用,则添加`pod 'LLDebugTool' ,:configurations => ['Debug']` 到你的Podfile里
46-
2. 终端输入`pod install`来进行集成.
45+
1. 添加 `pod 'LLDebugTool'` 到你的Podfile里。如果只想在Debug模式下使用,则添加`pod 'LLDebugTool' ,:configurations => ['Debug']` 到你的Podfile里
46+
2. 终端输入`pod install`来进行集成。搜索不到`LLDebugTool`时,可先运行`pod repo update`,再执行`pod install`
4747
3. 在你需要使用LLDebugTool的文件里添加`#import "LLDebug.h"`,或者直接在pch文件中添加`#import "LLDebug.h"`
4848

4949
### 源文件

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
[![Version](https://img.shields.io/badge/IOS-%3E%3D8.0-f07e48.svg)](https://img.shields.io/badge/IOS-%3E%3D8.0-f07e48.svg)
6-
[![CocoaPods Compatible](https://img.shields.io/badge/pod-v1.0.1-blue.svg)](https://img.shields.io/badge/pod-v1.0.1-blue.svg)
6+
[![CocoaPods Compatible](https://img.shields.io/badge/pod-v1.0.2-blue.svg)](https://img.shields.io/badge/pod-v1.0.2-blue.svg)
77
[![Platform](https://img.shields.io/badge/platform-ios-lightgrey.svg)](https://img.shields.io/badge/platform-ios-lightgrey.svg)
88
[![License](https://img.shields.io/badge/license-MIT-91bc2b.svg)](https://img.shields.io/badge/license-MIT-91bc2b.svg)
99

@@ -43,7 +43,7 @@ Choose LLDebugTool for your next project, or migrate over your existing projects
4343
[CocoaPods](http://cocoapods.org) is the recommended way to add `LLDebugTool` to your project.
4444

4545
1. Add a pod entry for LLDebugTool to your Podfile `pod 'LLDebugTool'`,If only you want to use it only in Debug mode, Add a pod entry for LLDebugTool to your Podfile `pod 'LLDebugTool' ,:configurations => ['Debug']`.
46-
2. Install the pod(s) by running `pod install`.
46+
2. Install the pod(s) by running `pod install`. If you can't search `LLDebugTool`, running `pod repo update` before `pod install`.
4747
3. Include LLDebugTool wherever you need it with `#import "LLDebug.h"` or you can write `#import "LLDebug.h"` in your .pch in your .pch file.
4848

4949
### Source files

0 commit comments

Comments
 (0)