cocoapods-bin-cache 0.0.2 → 0.0.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/README.md +1 -0
- data/cocoapods-bin-cache-0.0.2.gem +0 -0
- data/lib/cocoapods-bin-cache/gem_version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 536a80fba661e7333ca568bbc8cc4890d0e74b85beca69ec74d20907e2b9155f
|
|
4
|
+
data.tar.gz: 7aa4790c7ddee0a9889fbbf177cac0feb3e78562b87499410fa9c785bd6322b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ce942f89be358b089451ec1b5b23f9e149f61f8cfaca9da7e71ce0a9af954523562e43701a84ededd726b9af5752eff7b539bcda6237f6377294c0294e25eec
|
|
7
|
+
data.tar.gz: 21f57e2b5fe3f7e26010299a9835f163d249738493ab625e94501306f63e69931dc2c42369f5ac62c1ce14179bbfd85714ae15ffe651a8c71465967fd10f9cf9
|
data/README.md
CHANGED
|
@@ -9,5 +9,6 @@ A patch for cocoapods-binary by which you can cache prebuild binaries in a local
|
|
|
9
9
|
## Usage
|
|
10
10
|
in Podfile:
|
|
11
11
|
plugin 'cocoapods-binary-cache'
|
|
12
|
+
set_bin_cache_path (optional,set the binary prebuild cache path,default is ~/.cocoapods-bin-cache)
|
|
12
13
|
fix_bundle_copy (optional, when you prebuild in static framework,you may encounter bundle copy problem,just fix it by call this method)
|
|
13
14
|
fix_dsyms_copy (optional,just like fix_bundle_copy,this is for dsyms_copy during dynamic framework prebuilding)
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-bin-cache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- royliu1990
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-01-
|
|
11
|
+
date: 2022-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods-binary
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- README.md
|
|
68
68
|
- Rakefile
|
|
69
69
|
- cocoapods-bin-cache-0.0.1.gem
|
|
70
|
+
- cocoapods-bin-cache-0.0.2.gem
|
|
70
71
|
- cocoapods-bin-cache.gemspec
|
|
71
72
|
- lib/cocoapods-bin-cache.rb
|
|
72
73
|
- lib/cocoapods-bin-cache/gem_version.rb
|