Skip to content

Commit

Permalink
update pod
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed Apr 27, 2021
1 parent 7eaa7eb commit 78cc328
Show file tree
Hide file tree
Showing 22 changed files with 462 additions and 422 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ This tool is used to test the frame rate on the iOS platform
pod 'ZXKitFPS'
```

this plugin supports `ZXKit`, if necessary, you can use the following command to integrate

```
pod 'ZXKitFPS/zxkit'
```

2、 Use files

If you don’t want to use cocoapods integration, you can drag the contents of the `pod` folder in the root directory to the project.
Expand All @@ -24,6 +30,9 @@ If you don’t want to use cocoapods integration, you can drag the contents of t
//Create an object
let fps = ZXKitFPS()
//If you need to display in the ZXKit toolset, you need to register, otherwise you don’t need to register
fps.registZXKitPlugin()
//start test
fps.start { (fps) in
print(fps)
Expand Down
10 changes: 10 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ FPS是图像领域中的定义,是指画面每秒传输帧数,通俗来讲
```
pod 'ZXKitFPS'
```

该插件支持`ZXKit`,如果需要可以使用以下命令集成

```
pod 'ZXKitFPS/zxkit'
```

2、使用文件

如果您不想使用cocoapods集成,可以将根目录下的`pod`文件夹中的内容拖到项目即可
Expand All @@ -21,6 +28,9 @@ pod 'ZXKitFPS'
//创建对象
let fps = ZXKitFPS()
//如果需要在ZXKit工具集显示,需要注册,不需要显示可以不注册
fps.registZXKitPlugin()
//开始测试
fps.start { (fps) in
print(fps)
Expand Down
2 changes: 1 addition & 1 deletion ZXKitFPS.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'ZXKitFPS'
s.swift_version = '5.0'
s.version = '0.0.1'
s.version = '0.0.2'
s.license= { :type => "MIT", :file => "LICENSE" }
s.summary = 'FPS test tool for iOS platform'
s.homepage = 'https://github.com/ZXKitCode/FPS'
Expand Down
6 changes: 3 additions & 3 deletions example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- SnapKit (5.0.1)
- ZXKitCore/core (0.0.13):
- ZXKitCore/core (0.0.14):
- SnapKit
- ZXKitUtil
- ZXKitUtil (0.0.8):
Expand All @@ -18,9 +18,9 @@ SPEC REPOS:

SPEC CHECKSUMS:
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
ZXKitCore: d14e30f29f5da205b093a10c2f9ea84170b8bc53
ZXKitCore: c9353945150740b2042db10f700d7fa2129dd4e8
ZXKitUtil: 3e4847994fbea5751bdef7e6bda6ff40a60b3493

PODFILE CHECKSUM: 6448b6c97c45a417ce6e6f8e2624910d8fdc0d69

COCOAPODS: 1.9.1
COCOAPODS: 1.10.1
6 changes: 3 additions & 3 deletions example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

644 changes: 320 additions & 324 deletions example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions example/Pods/ZXKitCore/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 78cc328

Please sign in to comment.