cocoapods-sync-podspecs 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pod/command/sync-podspec.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfc8e42e680dd38829c65f59424181ca505c9fc3e7f052c8bc93a84dee0b4609
|
4
|
+
data.tar.gz: c3296f5cb47eda5c14f5107413b0d6b1edd79ad58c938875d63eb332769c16df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db993638153b0c4215666eacaae095784462dcf7b79d521e4e312ba4fb4d20c07ecfcd9b9944b1a55320b9fea8c55d5f4ee355b1584c30996a579bbadd7087bc
|
7
|
+
data.tar.gz: f733256a0f7d53759555df4ffc1b64818572a6208c572f71dba84691f983ff481486875c939c3326cdcf72d6b0cc382d7837b2bd73dffccec1672328dd35dffc
|
@@ -28,7 +28,6 @@ module Pod
|
|
28
28
|
['--commit-message="Fix bug in pod"', 'Add custom commit message. Opens default editor if no commit ' \
|
29
29
|
'message is specified'],
|
30
30
|
['--use-json', 'Convert the podspec to JSON before pushing it to the repo'],
|
31
|
-
'This takes precedence over the Swift versions specified by the spec or a `.swift-version` file'],
|
32
31
|
['--no-overwrite', 'Disallow pushing that would overwrite an existing spec'],
|
33
32
|
].concat(super)
|
34
33
|
end
|