cocoapods-bb-xcframework 0.2.6.2 → 0.2.6.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: 86de5787fc0f9a46661f7ebfd6c0cc0ef65f22a879cd1dc7c2925d130a58e2a9
4
- data.tar.gz: 2b0acbb4860569d5b3db5367ac3a4262a707d0197db2d395dc1b7e34beb89d5d
3
+ metadata.gz: be757b65dcad2eee788c536a5546173235e0763e8e55df3a935811554de77afd
4
+ data.tar.gz: 485a105ead0d091f645b49ad59a0da64afe3d4510ab2654e4215dfbb007fb7ca
5
5
  SHA512:
6
- metadata.gz: 5317a8a583129ad146fffacd4b8b105a36967ade03d19a565b1029a17c1692b4964b7e09ec1830ef35424ee9f5e8691d7fc0eaba63372c6de6b0407df84ac915
7
- data.tar.gz: 020f0ccc7d37338714eef9e7d09cdf33bfe0ac5997711b792cc6fe9ff4c9aa85ea1f09916d4721b99281074a810ec0e6a68daee0320cd70b579eb6c0ce12794c
6
+ metadata.gz: 161d22ffdf76f7af4753ebdbd8866b54c754855700d4b833b38cf80495690e98a18482e55bf1abca9ffaa99631279fe91cc581a9cc1cfac06d8d66b4250563d5
7
+ data.tar.gz: b65ef5e847ace4cb2ac17d9e1c52c4e61fc8a839758aa839e1e4a019b109c64e8bc9687beacb07c606ba8fd26be007b93cb1c3714004875e4207fc60ca37102d
@@ -1,3 +1,3 @@
1
1
  module CocoapodsXCFramework
2
- VERSION = "0.2.6.2"
2
+ VERSION = "0.2.6.3"
3
3
  end
@@ -91,7 +91,18 @@ module Pod
91
91
  other_flags << "-framework #{item} "
92
92
  end
93
93
  else
94
- UI.puts "configuration:#{configuration} val:#{val}"
94
+ UI.puts "framework configuration:#{configuration} val:#{val}"
95
+ end
96
+ elsif key == 'libraries'
97
+ val = configuration[1]
98
+ if val.is_a? String
99
+ other_flags << "-l #{val} "
100
+ elsif val.is_a? Array
101
+ val.uniq.each do |item|
102
+ other_flags << "-l #{item} "
103
+ end
104
+ else
105
+ UI.puts "libraries configuration:#{configuration} val:#{val}"
95
106
  end
96
107
  end
97
108
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-bb-xcframework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6.2
4
+ version: 0.2.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - humin