Skip to content

Commit 3eb1e77

Browse files
committed
update zxkit pluginProtocol
1 parent c889934 commit 3eb1e77

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ZXKitFPS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZXKitFPS'
33
s.swift_version = '5.0'
4-
s.version = '0.0.3'
4+
s.version = '0.0.4'
55
s.license= { :type => "MIT", :file => "LICENSE" }
66
s.summary = 'FPS test tool for iOS platform'
77
s.homepage = 'https://github.com/ZXKitCode/FPS'

pod/zxkit/ZXKitFPS+zxkit.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ extension ZXKitFPS {
2323

2424
//ZXKitPlugin
2525
extension ZXKitFPS: ZXKitPluginProtocol {
26+
public var pluginIdentifier: String {
27+
return "com.zxkit.zxkitFPS"
28+
}
29+
2630
public var pluginIcon: UIImage? {
2731
return UIImageHDBoundle(named: "logo")
2832
}

0 commit comments

Comments
 (0)