cocoapods-lzclear 0.0.1 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c01caa1d8bda775eb6ca222eaf59f1d08ba196b0
4
- data.tar.gz: 66b86aceb624e1bccbc5b700604d4d0944d9c9b3
2
+ SHA256:
3
+ metadata.gz: c840c717f63074244166c69d4460ba02a42f10dd491c1b7b7d810eff01b02337
4
+ data.tar.gz: af5130b0d5b7b9319043750b7909dde34851e3e63edc1d9538a3a7dcba7a649d
5
5
  SHA512:
6
- metadata.gz: 411cfd26e537cf73d9378f90082ece33e71888ddab1a3d04f87313fd66466e2e000b02f5348d809a04a1b1512f5073ba22aac67f33adfb1c0d8c56f9574502b3
7
- data.tar.gz: ca76da3ef549672f7e3f959808ef8fc2e9f83143fe7ac26d202d281ae8c935b9293e8524a394aee653a21e59cff97eaa359523aca5d1b2ba066adadc18bf3618
6
+ metadata.gz: 43975ad2a0774cdf929cae9ee13e5d02d762ec4c5300d34974f233ed1822b39ab69992a1bffa1bed34661a3f95261feba7911fa411311dea99f0941f1a3adac5
7
+ data.tar.gz: 15b0d2ebd0bed1bf914c280d2dfb046da5008039dc35bec5dee071dc23c2f880d23836de775cafeefcc6d27d229c77ce1be2896e10adc7da055dcfdb9a547741
data/Gemfile CHANGED
File without changes
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
@@ -55,8 +55,18 @@ class Tools
55
55
  if phase.instance_of? Xcodeproj::Project::Object::PBXShellScriptBuildPhase
56
56
 
57
57
  if phase.name == '[CP] Copy Pods Resources'
58
-
59
- phase.output_paths.clear
58
+
59
+ files = phase.output_paths
60
+ if files != nil
61
+ files.clear
62
+ Pod::UI.puts 'Clean Output Files!'
63
+ end
64
+
65
+ paths = phase.output_file_list_paths
66
+ if paths != nil
67
+ paths.clear
68
+ Pod::UI.puts 'Clean Output File Lists!'
69
+ end
60
70
  end
61
71
 
62
72
  end
@@ -70,4 +80,4 @@ class Tools
70
80
 
71
81
  end
72
82
 
73
- end
83
+ end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsLzclear
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.6"
3
3
  end
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-lzclear
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ningyuan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-05 00:00:00.000000000 Z
11
+ date: 2020-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -45,11 +45,10 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - ".gitignore"
49
48
  - Gemfile
50
49
  - LICENSE.txt
51
- - README.md
52
50
  - Rakefile
51
+ - cocoapods-lzclear-0.0.1.gem
53
52
  - cocoapods-lzclear.gemspec
54
53
  - lib/cocoapods-lzclear.rb
55
54
  - lib/cocoapods-lzclear/command.rb
@@ -77,8 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
76
  - !ruby/object:Gem::Version
78
77
  version: '0'
79
78
  requirements: []
80
- rubyforge_project:
81
- rubygems_version: 2.5.2.3
79
+ rubygems_version: 3.0.3
82
80
  signing_key:
83
81
  specification_version: 4
84
82
  summary: cocoapods-lzclear
data/.gitignore DELETED
@@ -1,3 +0,0 @@
1
- .DS_Store
2
- pkg
3
- .idea/
data/README.md DELETED
@@ -1,11 +0,0 @@
1
- # cocoapods-lzclear
2
-
3
- A description of cocoapods-lzclear.
4
-
5
- ## Installation
6
-
7
- $ gem install cocoapods-lzclear
8
-
9
- ## Usage
10
-
11
- $ pod spec lzclear POD_NAME