cocoapods-core 1.8.2 → 1.8.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/lib/cocoapods-core/gem_version.rb +1 -1
- data/lib/cocoapods-core/specification/json.rb +1 -2
- 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: c6cb21bbc546ec767ea4edb9a2fecde0269a511fb5ed6e1f014304ce6d417c05
|
|
4
|
+
data.tar.gz: '04588a33c49529f3707205835b9f9d10f5cd72ca5659d95a4c4d52d8592806df'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f30498b70785e0da58e1759b8e32ecbf352fb3f93650e61454bea1c117d17be342328c568f1b51b0c48edbac6e5b609e6b31ee8a96b6618428bad93b1e4c294b
|
|
7
|
+
data.tar.gz: 3325e31f0637755c6594699365a6292637f20b8d8ecf2f80dbdebc969c2032d23c46c4c0783906feb0119ad500048f727d0b3da0f46ca9067df1dded39e40fd0
|
|
@@ -22,7 +22,6 @@ module Pod
|
|
|
22
22
|
#
|
|
23
23
|
def to_hash
|
|
24
24
|
hash = attributes_hash.dup
|
|
25
|
-
hash.delete('platforms')
|
|
26
25
|
if root? || available_platforms != parent.available_platforms
|
|
27
26
|
platforms = Hash[available_platforms.map { |p| [p.name.to_s, p.deployment_target && p.deployment_target.to_s] }]
|
|
28
27
|
hash['platforms'] = platforms
|
|
@@ -41,7 +40,7 @@ module Pod
|
|
|
41
40
|
|
|
42
41
|
# Since CocoaPods 1.7 version the DSL has changed to be pluralized. When we serialize a podspec to JSON with
|
|
43
42
|
# 1.7, ensure that we also include the singular version in the hash to maintain backwards compatibility with
|
|
44
|
-
# < 1.7 versions.
|
|
43
|
+
# < 1.7 versions. We also delete this key and re-add it to ensure it gets added at the end.
|
|
45
44
|
hash.delete('swift_version')
|
|
46
45
|
hash['swift_version'] = swift_version.to_s unless swift_version.nil?
|
|
47
46
|
|
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.8.
|
|
4
|
+
version: 1.8.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: 2019-10-
|
|
12
|
+
date: 2019-10-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|