cocoapods-core 1.5.2 → 1.5.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: a3ded50ff34996a0845b64237f79316bb59ac4d95ddaf3d898677db96f523933
4
- data.tar.gz: c1d7547c5cf02be86556e9755e6863bc646a6ad9956cc9aae509865f5ca2c025
3
+ metadata.gz: 2ea7ca6f558b6da65ac15839b9d7d0b59a920523bef04af56b3889aa6ea3af6f
4
+ data.tar.gz: 8498d90d1ce0e2e429c5673cada680e32ee7f31194577fd0e4db9c45585d4063
5
5
  SHA512:
6
- metadata.gz: 06ed4e42c8c7af81bc4de81f5f865aa37be7be933178c3861b08e48289aa8e82e28e53b2afd18b1cbb6db1f2767958bb1940b64dbbef5c8f12cbc6c7411b3c98
7
- data.tar.gz: f6bcffdcde9c577486ca14c6c5b6a4e0090ab45bd872c0014e50633477a792fad0e9e3b1d99077c23f2c26f7a365f3d2731e9fbc4ecf81c6b4b528e8f69c8b8b
6
+ metadata.gz: 3dcb74dd0468497461987147657b46faf75c1730d20cee6df2a86cee99181c316abca4f48b74b632bf64e63a83038c6729b420d8f405bb617d75fc34079ca747
7
+ data.tar.gz: 1c3d1595868d34a7c2c1dc4deb8c4732adc0bf564cb7c9bd19cbcaf77f68ffef36ff0465520285ed977d7cc06bcbf055f523610982c3ec78c7b3725d95720c0f
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.5.2'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.5.3'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -142,6 +142,20 @@ module Pod
142
142
  #
143
143
  # ------
144
144
  #
145
+ # ### Modular Headers
146
+ #
147
+ # If you would like to use modular headers per Pod you can use the
148
+ # following syntax:
149
+ #
150
+ # pod 'SSZipArchive', :modular_headers => true
151
+ #
152
+ # Additionally, when you use the `use_modular_headers!` attribute,
153
+ # you can exclude a particular Pod from modular headers using the following:
154
+ #
155
+ # pod 'SSZipArchive', :modular_headers => false
156
+ #
157
+ # ------
158
+ #
145
159
  # ### Source
146
160
  #
147
161
  # By default the sources specified at the global level are searched in the order
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-05-08 00:00:00.000000000 Z
12
+ date: 2018-05-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport