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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b4fd20b927308bfca0766412475984fd36590e4f81b10c4c5a0f7ff9e445662
4
- data.tar.gz: a8009fe933b592759ee647e9c11a620b40a91a49dc728c0274f555d8d702ddcf
3
+ metadata.gz: 536a80fba661e7333ca568bbc8cc4890d0e74b85beca69ec74d20907e2b9155f
4
+ data.tar.gz: 7aa4790c7ddee0a9889fbbf177cac0feb3e78562b87499410fa9c785bd6322b5
5
5
  SHA512:
6
- metadata.gz: cccb7fef0f0d1af198b05e800ed88737db938fa27aa5a5907573197dac32ec6345ce60bbe071dcfd23027ff48455cdae042793134c39803de67f2bd9e06be9de
7
- data.tar.gz: a96b54ab7a68a9697e6aeef68ff21cc7a6f6f8e7c05f7d46fbf146b48ba65a803afaab57ba25d4261100e96f623f8e8774d1be29f0819f67346413d99167212c
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
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBinCache
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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-19 00:00:00.000000000 Z
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