cocoapods-bb-PodAssistant 0.3.13.2 → 0.3.13.3

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: 63b6ca1a4cb3b1d6f48e9b4e896665a2b399bf4f214a62de80c624ac6828361b
4
- data.tar.gz: b5b8c82fe329469db3942a19fc377181b4d2ad7767d6f534963b1c316a101b05
3
+ metadata.gz: 97061bcf86dc71b2af6ed0de608f3c85e4e33e3bbc05996eaa1ace8ffdf4714e
4
+ data.tar.gz: 36acccf12c663629f64c6c7d39976146400300749a8463bbef811dd5a5062fca
5
5
  SHA512:
6
- metadata.gz: 1a50db454f49cb248c647d2034db4f7f53a4473ab27ed36d84c1c0e3a502e4daec72822ccf57fe2fb525bfe98a65b952e2ea7d726ffab9ab606640a1b55689e1
7
- data.tar.gz: 549c2cee4f1a21a5609049e24c4a40be0d97b7221742f6e38ad7c7d8948a32e163516b5cb1728feeb6cfd7b6c40b7a1b139ac6f05fc9c64fececfa27cf2c7657
6
+ metadata.gz: 60f8fb47acbdc72e396a891ea13e76da21ef2b0560bce6d2f9f23c58cdb88b0059a0a33023ab4bf31693bb3f80807d7154aea51d04102bb0b6d11efa6a02cbe1
7
+ data.tar.gz: 1d33ca649ec367cf1c2c9aa175634a53670c16538edc3ae2482d80d4d50d5803823b031bbe2b20d8c26d97c38ef3e6cefd6a7d003ef3c97a8fb717844009a9a2
@@ -446,7 +446,7 @@ module BB
446
446
  sub_pods.push(dependencies_pod_name)
447
447
  end
448
448
  tmp_whitelist_pod_names = whitelist_pods[podCoreName]
449
- if (podCoreName != name) && !tmp_whitelist_pod_names.include?(dependencies_pod_name)
449
+ if (podCoreName != name) && tmp_whitelist_pod_names != nil && !tmp_whitelist_pod_names.include?(dependencies_pod_name)
450
450
  dependencies_core_pod_name = subspec_podname(dependencies_pod_name)
451
451
  if (podCoreName != dependencies_core_pod_name) && !whitelist.include?(dependencies_core_pod_name) && !filter_pod_names.include?(dependencies_core_pod_name)
452
452
  filter_pod_names.push(dependencies_core_pod_name)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBbPodassistant
2
- VERSION = "0.3.13.2"
2
+ VERSION = "0.3.13.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-bb-PodAssistant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.13.2
4
+ version: 0.3.13.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - humin