cocoapods-jyanalyzer 0.0.9 → 0.1.0

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: a5b58ae4ca149b5946f1c699bf7b16c8291c4ea9cbe059b98225e565d42ad774
4
- data.tar.gz: 14e1b60d626a815e619abe10388e2784ba6bae5ff6c5e9642f95c15f79e1a23f
3
+ metadata.gz: c73d688b827972b8d432237eea62f5b7f02e913250948321660b8d85bc94de3b
4
+ data.tar.gz: 3e45a7082b32d8079d624f8e51fe8a9a6675833c4bb624d9fd8f6f9bcc76f1f8
5
5
  SHA512:
6
- metadata.gz: f0af86a89776408f9987bf73a0bef1df1228d991e75a9603ffe4355d6eca940609b8549319ed03cec35e4000223612c2d5caf6f165efc1eb201ca4dff7fc1448
7
- data.tar.gz: 96e0eed89cbeac2de24b7e046abb9d5a01619ed687ad4f8c29dba03e258d333df391876993715963210e7546b3ee3dc435bd1c249e55dcd5924702401beb9640
6
+ metadata.gz: 26c203c68439f6f56713e6dcdb28be48e10942873f4ae56bfcca68afd402f18d0bd295e18c8957c46c8297e3769f3eb34dc334bea8dbe410d89737ce5a263c7f
7
+ data.tar.gz: 2cb685504c78d8042f4b07ebec46ef034587c946ad426c3a85f14771537ff4ee10cb4a8077707109084393f6c86b9cf17df4d783e4ed0ec66470e073da1fd768
@@ -52,10 +52,21 @@ module Pod
52
52
  installer.prepare
53
53
  installer.resolve_dependencies
54
54
  pod_targets = installer.pod_targets;
55
-
55
+
56
56
  Pod::UI.puts "组件库依赖关系树、包大小, 使用: pod jyanalyzer component"
57
+
58
+
59
+ podfile_path = "#{Config.instance.podfile_path}"
60
+ Pod::UI.puts "#{podfile_path}"
61
+
62
+ tmp_ary = podfile_path.split("/")
63
+ tmp_ary.pop
64
+ Pod::UI.puts "#{tmp_ary}"
65
+
66
+ currentPath = tmp_ary.join("/")
67
+ Pod::UI.puts "#{currentPath}"
68
+ exit 2
57
69
 
58
- currentPath = "/Users/huanglei/Documents/HelloTrip_iOS_New/EasyBike"
59
70
  podsPath = "#{currentPath}/Pods"
60
71
  Pod::UI.puts currentPath
61
72
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsJyanalyzer
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-jyanalyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - leo