Skip to content

Commit 4b0430d

Browse files
committed
release 2.0.0
1 parent a3ac6a3 commit 4b0430d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ZXKitFPS.podspec

Lines changed: 1 addition & 9 deletions
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 = '1.0.0'
4+
s.version = '2.0.0'
55
s.license= { :type => "MIT", :file => "LICENSE" }
66
s.summary = 'FPS test tool for iOS platform'
77
s.homepage = 'https://github.com/DamonHu/ZXKitFPS'
@@ -12,14 +12,6 @@ s.ios.deployment_target = '11.0'
1212
s.subspec 'core' do |cs|
1313
cs.source_files = "pod/*.swift"
1414
end
15-
s.subspec 'zxkit' do |cs|
16-
cs.resource_bundles = {
17-
'ZXKitFPS' => ['pod/assets/**/*.png']
18-
}
19-
cs.dependency 'ZXKitFPS/core'
20-
cs.dependency 'ZXKitCore/core'
21-
cs.source_files = "pod/zxkit/*.swift"
22-
end
2315
s.default_subspecs = "core"
2416
s.documentation_url = 'http://blog.hudongdong.com/swift/1079.html'
2517
end

0 commit comments

Comments
 (0)