cocoapods 1.7.2 → 1.7.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 +4 -4
- data/CHANGELOG.md +13 -0
- data/lib/cocoapods/gem_version.rb +1 -1
- data/lib/cocoapods/validator.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8307ded4ecf84422d64f4865c78e7d94de47e4ab6946659a5b07d39ca1aa86d
|
|
4
|
+
data.tar.gz: 60562917ec749fd3c4f1f7d63c664205795cca251cc63b87e058da6f997c83cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fcce31eece2a18ecf4d1df41e67684156282b357c267780e4b9ee61597b4101434c4e86300e5b66b2b982265321b2473ba26c1d08a264229f622d06b03d50bd
|
|
7
|
+
data.tar.gz: 5f1e552172c2f6a353cd367f94c5c6d63229265d4d3e7182e60131372d52ee93dc53b8faaf18fb9d601face83eadf2f113f5cc880d78ccd6dbda9333de7a878e
|
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.7.3 (2019-06-28)
|
|
8
|
+
|
|
9
|
+
##### Enhancements
|
|
10
|
+
|
|
11
|
+
* None.
|
|
12
|
+
|
|
13
|
+
##### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Honor the Swift version set by a dependency pod during lint.
|
|
16
|
+
[Dimitris Koutsogiorgas](https://github.com/dnkoutso)
|
|
17
|
+
[#8940](https://github.com/CocoaPods/CocoaPods/issues/8940)
|
|
18
|
+
|
|
19
|
+
|
|
7
20
|
## 1.7.2 (2019-06-13)
|
|
8
21
|
|
|
9
22
|
##### Enhancements
|
data/lib/cocoapods/validator.rb
CHANGED
|
@@ -612,7 +612,7 @@ module Pod
|
|
|
612
612
|
else
|
|
613
613
|
pod_target.spec_swift_versions.map(&:to_s).find do |v|
|
|
614
614
|
v == derived_swift_version
|
|
615
|
-
end || pod_target.
|
|
615
|
+
end || pod_target.swift_version
|
|
616
616
|
end
|
|
617
617
|
build_configuration.build_settings['SWIFT_VERSION'] = swift_version
|
|
618
618
|
end
|
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.7.
|
|
4
|
+
version: 1.7.3
|
|
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-06-
|
|
14
|
+
date: 2019-06-28 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.7.
|
|
22
|
+
version: 1.7.3
|
|
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.7.
|
|
29
|
+
version: 1.7.3
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: claide
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|