cocoapods 1.6.1 → 1.6.2
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/CHANGELOG.md +13 -0
- data/lib/cocoapods/gem_version.rb +1 -1
- data/lib/cocoapods/installer/analyzer.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 139b84bbc32b14c3fca2ba26f0ed9ebfccf2c04b
|
|
4
|
+
data.tar.gz: cac09221a81b6870ff3fa1fe191e802891895425
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e6b3b5e2a0c0858f6ee5a0ebcb3118be8fa2b305ed1571494d9d4b4fc20c4fa0968e8cc7a803f2593ed6cb01fb6869b1302aaa0c9f83ff6a58767a2892c658b
|
|
7
|
+
data.tar.gz: 5c4bbcc6ec087ad75fd2e8269b0454dce55ba27372470c873e3c49e7bc41e2577dae1c5fcb04c944494ac3df3fcb016dea43bbc1fb5dcdc70c64f558b28f1d83
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
|
4
4
|
|
|
5
5
|
To install release candidates run `[sudo] gem install cocoapods --pre`
|
|
6
6
|
|
|
7
|
+
## 1.6.2 (2019-05-15)
|
|
8
|
+
|
|
9
|
+
##### Enhancements
|
|
10
|
+
|
|
11
|
+
* None.
|
|
12
|
+
|
|
13
|
+
##### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Ensure all embedded pod targets are copied over to the host target.
|
|
16
|
+
[Dimitris Koutsogiorgas](https://github.com/dnkoutso)
|
|
17
|
+
[#8608](https://github.com/CocoaPods/CocoaPods/issues/8608)
|
|
18
|
+
|
|
19
|
+
|
|
7
20
|
## 1.6.1 (2019-02-21)
|
|
8
21
|
|
|
9
22
|
##### Enhancements
|
|
@@ -303,7 +303,7 @@ module Pod
|
|
|
303
303
|
pod_target.name
|
|
304
304
|
end
|
|
305
305
|
end
|
|
306
|
-
embedded_pod_targets_by_build_config[configuration_name]
|
|
306
|
+
embedded_pod_targets_by_build_config[configuration_name] += embedded_pod_targets
|
|
307
307
|
end
|
|
308
308
|
end
|
|
309
309
|
embedded_pod_targets_by_build_config
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eloy Duran
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2019-
|
|
14
|
+
date: 2019-05-15 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: cocoapods-core
|
|
@@ -19,14 +19,14 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - '='
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 1.6.
|
|
22
|
+
version: 1.6.2
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
27
|
- - '='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 1.6.
|
|
29
|
+
version: 1.6.2
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: claide
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|