We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c889934 commit 3eb1e77Copy full SHA for 3eb1e77
ZXKitFPS.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = 'ZXKitFPS'
3
s.swift_version = '5.0'
4
-s.version = '0.0.3'
+s.version = '0.0.4'
5
s.license= { :type => "MIT", :file => "LICENSE" }
6
s.summary = 'FPS test tool for iOS platform'
7
s.homepage = 'https://github.com/ZXKitCode/FPS'
pod/zxkit/ZXKitFPS+zxkit.swift
@@ -23,6 +23,10 @@ extension ZXKitFPS {
23
24
//ZXKitPlugin
25
extension ZXKitFPS: ZXKitPluginProtocol {
26
+ public var pluginIdentifier: String {
27
+ return "com.zxkit.zxkitFPS"
28
+ }
29
+
30
public var pluginIcon: UIImage? {
31
return UIImageHDBoundle(named: "logo")
32
}
0 commit comments