Skip to content

Commit

Permalink
change type
Browse files Browse the repository at this point in the history
DamonHu committed Jul 16, 2021
1 parent d0029df commit af14e1f
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ZXUserDefaultManager.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'ZXUserDefaultManager'
s.swift_version = '5.0'
s.version = '0.0.2'
s.version = '0.0.3'
s.license= { :type => "Apache-2.0", :file => "LICENSE" }
s.summary = 'iOS UserDefault data management, iOS UserDefault数据管理'
s.homepage = 'https://github.com/ZXKitCode/ZXUserDefaultManager'
2 changes: 1 addition & 1 deletion pod/zxkit/ZXUserDefaultManager+zxkit.swift
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ extension ZXUserDefaultManager: ZXKitPluginProtocol {
}

public var pluginType: ZXKitPluginType {
return .other
return .data
}

public var isRunning: Bool {

0 comments on commit af14e1f

Please sign in to comment.