lg_pod_plugin 1.1.4.3 → 1.1.4.4

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
2
  SHA256:
3
- metadata.gz: 89c661389be97295bc4212695eb7309ad7e2649c8ace5ebaab3ee0353f772831
4
- data.tar.gz: dcf0e7768f3e036385bead612fcbe36244c273432cc8f70c80ad113cc541bd9a
3
+ metadata.gz: f4522864fb1905214bf36181a4b907124f404e74d7a623dce0cdd5097853cc2c
4
+ data.tar.gz: 0e766c6a057ab039a477b46d80ead8301312bbded21dc67c551773e2f8af1781
5
5
  SHA512:
6
- metadata.gz: 85c16f9a50df851ae650f987d48a831cd0f399a2dbd09e5a0804c2949a84fd2862e8f0122cff679794f40094c38231791a2a298328dc1b451c5701a381d76360
7
- data.tar.gz: 8d6181fbd175682983edf0c20f22856d4fb315063070cb051e91de739a3766d1e8915030bb21e5f54dc6f666c63f2717d29426c0b8be302f769ce5b1f18b0bac
6
+ metadata.gz: e08af1d628067781f24e8413e53072f52f8dae48c8edf26da80f0cdbb7b6cbc59dde5005e43301200ac760bf463b7c828fc041bbbeeffb0b741bc048227da184
7
+ data.tar.gz: f265d0167a58570fd7e393bb23b94bfd5afe821112630586144b0e49202febbe7ed5731808ee7d83c48da1521b0b03e1a5ffb995825b4f0e7b857f6e8b39cb26
@@ -13,9 +13,8 @@ module LgPodPlugin
13
13
 
14
14
  public
15
15
  def pod_cache_exist(name, options, spec = nil, released_pod = false)
16
- target = LProject.shared.workspace.join("Pods").join(name)
17
16
  destination, cache_pod_spec = self.find_pod_cache name, options, spec, released_pod
18
- if (File.exist?(destination) && !destination.children.empty?) && File.exist?(target) && !target.children.empty?
17
+ if (File.exist?(destination) && !destination.children.empty?)
19
18
  [true, destination, cache_pod_spec]
20
19
  else
21
20
  [false, destination, cache_pod_spec]
@@ -1,3 +1,3 @@
1
1
  module LgPodPlugin
2
- VERSION = "1.1.4.3"
2
+ VERSION = "1.1.4.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lg_pod_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4.3
4
+ version: 1.1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - dongzb01
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-22 00:00:00.000000000 Z
11
+ date: 2022-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
@@ -276,7 +276,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
276
276
  - !ruby/object:Gem::Version
277
277
  version: '0'
278
278
  requirements: []
279
- rubygems_version: 3.2.33
279
+ rubygems_version: 3.3.7
280
280
  signing_key:
281
281
  specification_version: 4
282
282
  summary: 封装了自定义podfile 中pod 方法