cocoapods-binary-cache-next 0.1.15 → 0.1.16
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f306bc89185954359bc95ac89f0e0dfc944336a45dc045c09b9e162a90a36c4
|
4
|
+
data.tar.gz: 811d40520327d65d6a375151354b924bb29844e7ea7afc2c79a4123d08c1cef1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7fb7be64082bbafbe13d059a258816f00e680f7a04e23938831c447d402e38fffa6ec919c2cf833b72117f3e3a6f5b6fe1f109a6499662026229d833b03fffd
|
7
|
+
data.tar.gz: f114edfa43156b6ecfea7464d9439f618405cd9dba1b9ae437bf9c08db8d45d81189d5d5c73e9e675f45069e889699931bfd4070ea46bb279d6da60d7e0e172b
|
@@ -1,10 +1,10 @@
|
|
1
1
|
require_relative "helper/podfile_options"
|
2
2
|
require_relative "helper/prebuild_sandbox"
|
3
3
|
|
4
|
-
Pod::HooksManager.register("cocoapods-binary-cache", :pre_install) do |installer_context|
|
4
|
+
Pod::HooksManager.register("cocoapods-binary-cache-next", :pre_install) do |installer_context|
|
5
5
|
PodPrebuild::PreInstallHook.new(installer_context).run
|
6
6
|
end
|
7
7
|
|
8
|
-
Pod::HooksManager.register("cocoapods-binary-cache", :post_install) do |installer_context|
|
8
|
+
Pod::HooksManager.register("cocoapods-binary-cache-next", :post_install) do |installer_context|
|
9
9
|
PodPrebuild::PostInstallHook.new(installer_context).run
|
10
10
|
end
|