cocoapods-binary-artifactory-cache 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c12bbf1aecbd6d521d9fbc5f82880f3ec1bf444941be7efb80ce5413876406b2
4
- data.tar.gz: b70ea2cc5ff5470ff43a32de75dd95e202f1357d4a6984bec5b7d87c909058ea
3
+ metadata.gz: e7c087bdefa1f9afe97d535f45dbc2a5f46e4ad847c80e7c74a6da1ab05e02a0
4
+ data.tar.gz: 208aabe594c56590ff327db17c00b4a3baf776bd4195d52c850be0bf96d6afe7
5
5
  SHA512:
6
- metadata.gz: b192f3bc274671ac13b52d61261536550330619c8b53a6468d531200bd5499255a8bbeaee170da1afc88a3a6682e10cd091935a92365430c43e25ea93de7ac39
7
- data.tar.gz: 7f37cbfe15a4b5c77e306e18b917cb39f43a4e3816f91a40b49a45a2dfa718d16214ec1d2f9ad31aca3fd46232e9c286d4be25cba9dbe1807339143f65edec97
6
+ metadata.gz: ed770c505e4712b0b05ab0b3df992c83242474c0ec125f958a052788fb4d91cc3a40dca82f501dcbd81dbe7adb5795023156fb67e57bfe19a984c3b6169b4bad
7
+ data.tar.gz: 2757728b1969c5e6042afe7b057e87aba8e2f1c8f42e77d106d7ef06804288618bc4cd281c57ec19c9012a431ca6f539d2993bd39eeeb6555639cfe1277841a8
@@ -144,6 +144,7 @@ module Pod
144
144
  global_source_files = [spec.attributes_hash["source_files"]] if spec.attributes_hash["source_files"].is_a? String
145
145
 
146
146
  spec.attributes_hash["source_files"] = []
147
+ spec.attributes_hash["public_header_files"] = []
147
148
  spec.attributes_hash["preserve_paths"] = global_preserve_paths + global_source_files
148
149
  platforms.each do |platform|
149
150
  next unless !spec.attributes_hash[platform].nil?
@@ -155,6 +156,7 @@ module Pod
155
156
  local_source_files = [spec.attributes_hash[platform]["source_files"]] if spec.attributes_hash[platform]["source_files"].is_a? String
156
157
  spec.attributes_hash[platform]["preserve_paths"] = local_preserve_paths + local_source_files + global_source_files + global_preserve_paths
157
158
  spec.attributes_hash[platform]["source_files"] = []
159
+ spec.attributes_hash[platform]["public_header_files"] = []
158
160
  end
159
161
  end
160
162
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-binary-artifactory-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Antropov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-30 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods