pod-builder 0.7.5 → 0.7.6

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
- SHA1:
3
- metadata.gz: f0bf6708d645271600f2f32b886193e4a9143935
4
- data.tar.gz: 3165c0ad7ec499947d30e6a44ea4385f45a6d132
2
+ SHA256:
3
+ metadata.gz: 92b528fa360bc78bb878c9a48480c3ab2b3a124ea10dc52ff2260c46c0132277
4
+ data.tar.gz: ec21c73ef7b83379ef619d483e5583f5031f319903c128b35eca7c135dba271a
5
5
  SHA512:
6
- metadata.gz: 1097c56ceab1119a82cd9cbe10c288f5b362949983ccc1c2d3e8a2854aa58b91f2f807d8c5ecfb238bda78e430d8537ae63f187d2b5005dbc66411e10d87ae99
7
- data.tar.gz: 5c74b4a910f90406c61b4bffb158eeb4d89d0f3b4923613f05b8e2b9c61c58d73e61add1841c14f6f2aff9a1abd2a1da334bbc5e5243dd18921d80c3213557ac
6
+ metadata.gz: 3204cc3153ce8968adbfcfcb39f2b567b191eef3e44d3c9f2442ed813424a917aeec0d4dbb003ee6e7db2513a44899f5fd0583be0d6980005603a8ad183c6d12
7
+ data.tar.gz: 979bb437c44720285f42abcd3533dd747ba0ed05cbae64c1131f3ab5d5a49d4c904df4f8c3dbb7cd5760262596f372d5013b17662fe1bf45d5527d1a2404fa3c
@@ -133,9 +133,9 @@ module PodBuilder
133
133
 
134
134
  static_vendored_frameworks = podspec_item.vendored_frameworks.select { |x| x.is_static }
135
135
 
136
- podspec_item.resources = static_vendored_frameworks.map { |x| "#{vendored_framework_path(x)}/*.{nib,bundle,xcasset,strings,png,jpg,tif,tiff,otf,ttf,ttc,plist,json,caf,wav,p12,momd}" }.flatten.uniq
137
- podspec_item.exclude_files = static_vendored_frameworks.map { |x| "#{vendored_framework_path(x)}/Info.plist" }.flatten.uniq
138
- podspec_item.exclude_files += podspec_item.vendored_frameworks.map { |x| "#{vendored_framework_path(x)}/#{Configuration.framework_plist_filename}" }.flatten.uniq.sort
136
+ podspec_item.resources = static_vendored_frameworks.map { |x| vendored_framework_path(x).nil? ? nil : "#{vendored_framework_path(x)}/*.{nib,bundle,xcasset,strings,png,jpg,tif,tiff,otf,ttf,ttc,plist,json,caf,wav,p12,momd}" }.compact.flatten.uniq
137
+ podspec_item.exclude_files = static_vendored_frameworks.map { |x| vendored_framework_path(x).nil? ? nil : "#{vendored_framework_path(x)}/Info.plist" }.compact.flatten.uniq
138
+ podspec_item.exclude_files += podspec_item.vendored_frameworks.map { |x| vendored_framework_path(x).nil? ? nil : "#{vendored_framework_path(x)}/#{Configuration.framework_plist_filename}" }.compact.flatten.uniq.sort
139
139
 
140
140
  # Merge xcconfigs
141
141
  if !pod.xcconfig.empty?
@@ -1,4 +1,4 @@
1
1
  module PodBuilder
2
- VERSION = "0.7.5"
2
+ VERSION = "0.7.6"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Camin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-16 00:00:00.000000000 Z
11
+ date: 2019-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -286,8 +286,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
286
286
  - !ruby/object:Gem::Version
287
287
  version: '0'
288
288
  requirements: []
289
- rubyforge_project:
290
- rubygems_version: 2.5.2.3
289
+ rubygems_version: 3.0.4
291
290
  signing_key:
292
291
  specification_version: 4
293
292
  summary: Prebuild CocoaPods pods