cocoapods-core 0.21.0.rc1 → 0.21.0
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 +4 -4
- data/lib/cocoapods-core/gem_version.rb +1 -1
- data/lib/cocoapods-core/podfile/dsl.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa0920a92d8bee01a8962b7663a4fae76263b61c
|
|
4
|
+
data.tar.gz: 5e3c87ca0c0009ac80d5ebe0b052f7af21822fba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93e5a2f3388083a0ac34bbdee8b2500b3ba0679662ab0ace1af232440083841c57704e6d132830e0aca512f212ec4e50d9f1f9e6cdddbabee70391130329e0f0
|
|
7
|
+
data.tar.gz: 7f24c3313a669d0cba75c3a9a4d7352f2def15e50f619452323317ceb59fd28289defbd7a683fc52fa7f7a8aa7feeb1a15620649ec9b40c75cf8862ad9891f8b
|
|
@@ -452,7 +452,7 @@ module Pod
|
|
|
452
452
|
# been downloaded but before they are installed.
|
|
453
453
|
#
|
|
454
454
|
# It receives the
|
|
455
|
-
# `
|
|
455
|
+
# [`Pod::Hooks::InstallerRepresentation`](http://docs.cocoapods.org/cocoapods/pod/hooks/installerrepresentation/)
|
|
456
456
|
# as its only argument.
|
|
457
457
|
#
|
|
458
458
|
# @example Defining a pre install hook in a Podfile.
|
|
@@ -471,7 +471,7 @@ module Pod
|
|
|
471
471
|
# to perform.
|
|
472
472
|
#
|
|
473
473
|
# It receives the
|
|
474
|
-
# `
|
|
474
|
+
# [`Pod::Hooks::InstallerRepresentation`](http://docs.cocoapods.org/cocoapods/pod/hooks/installerrepresentation/)
|
|
475
475
|
# as its only argument.
|
|
476
476
|
#
|
|
477
477
|
# @example Customizing the `OTHER_LDFLAGS` of all targets
|
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: 0.21.0
|
|
4
|
+
version: 0.21.0
|
|
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: 2013-
|
|
12
|
+
date: 2013-07-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|