cocoapods-freezer 1.1.1 → 1.1.2

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
  SHA1:
3
- metadata.gz: 8cfadd5e3f4f9fce7737d211f283cae1ba71c63f
4
- data.tar.gz: a1969e7ce0a8d1147d1476315a1dd4680e390d63
3
+ metadata.gz: 4f825acd3405a68a7db7d45271f04fe604a84cb5
4
+ data.tar.gz: a0dead7437019594f9c4143e293e3ee2ce3f1181
5
5
  SHA512:
6
- metadata.gz: bf4e0ad503edbf1a3d1fe6b7f80a22a455809cfd29772dc0b1ea51b6017f323a9257d88102f9e4f143d2175c732c0f3fb8fe6d1843bdd2f53fde0850cb085183
7
- data.tar.gz: d8b4ab048e6cf7e6d9aedfa8e05b174474f54868b1bf3588b3af6d798408c9a8d0e13b6f419be64789c2bba0c3e43f7734e44c6754f359d792c67e65c2309bb8
6
+ metadata.gz: 8fd61750c00692ad1e0f2b4078b872eb60fce195f1550b3d06e081331997d3eba666bcb67f79d42f81c274147a6844b946ba0d8c6bb7e4a9118bad7e15973a2e
7
+ data.tar.gz: f811177a0b9b3304a4640764c6da3182ecb30b78f7d182416d82fcf910d1ea5509c8b57486f191416fa442418f0428409ef469e23ce44feeaf89038a6f48a5b6
data/README_CH.md CHANGED
@@ -21,13 +21,13 @@ $ pod install --frozen
21
21
 
22
22
  ## 能力
23
23
 
24
- [x] 基于Podfile进行Pods缓存分析,配合'Pod install'进行缓存
25
- [x] 目前仅支持static-library预打包处理(需屏蔽'use_framework!')
26
- [x] 目前仅支持release打包配置
27
- [x] 目前仅支持单iOS平台
28
- [x] 支持增量打包
29
- [x] 支持缓存复用
30
- [x] 缓存路径定制
24
+ - [x] 基于Podfile进行Pods缓存分析,配合'Pod install'进行缓存
25
+ - [x] 目前仅支持static-library预打包处理(需屏蔽'use_framework!')
26
+ - [x] 目前仅支持release打包配置
27
+ - [x] 目前仅支持单iOS平台
28
+ - [x] 支持增量打包
29
+ - [x] 支持缓存复用
30
+ - [x] 缓存路径定制
31
31
 
32
32
  ## 计划
33
33
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsFreezer
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-freezer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ca1md0wn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-30 00:00:00.000000000 Z
11
+ date: 2019-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods