We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ac6a3 commit 4b0430dCopy full SHA for 4b0430d
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 = '1.0.0'
+s.version = '2.0.0'
5
s.license= { :type => "MIT", :file => "LICENSE" }
6
s.summary = 'FPS test tool for iOS platform'
7
s.homepage = 'https://github.com/DamonHu/ZXKitFPS'
@@ -12,14 +12,6 @@ s.ios.deployment_target = '11.0'
12
s.subspec 'core' do |cs|
13
cs.source_files = "pod/*.swift"
14
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
23
s.default_subspecs = "core"
24
s.documentation_url = 'http://blog.hudongdong.com/swift/1079.html'
25
0 commit comments