cocoapods-core 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cocoapods-core/gem_version.rb +1 -1
- data/lib/cocoapods-core/podfile/dsl.rb +14 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ea7ca6f558b6da65ac15839b9d7d0b59a920523bef04af56b3889aa6ea3af6f
|
4
|
+
data.tar.gz: 8498d90d1ce0e2e429c5673cada680e32ee7f31194577fd0e4db9c45585d4063
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dcb74dd0468497461987147657b46faf75c1730d20cee6df2a86cee99181c316abca4f48b74b632bf64e63a83038c6729b420d8f405bb617d75fc34079ca747
|
7
|
+
data.tar.gz: 1c3d1595868d34a7c2c1dc4deb8c4732adc0bf564cb7c9bd19cbcaf77f68ffef36ff0465520285ed977d7cc06bcbf055f523610982c3ec78c7b3725d95720c0f
|
@@ -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.
|
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-
|
12
|
+
date: 2018-05-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|