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 +4 -4
- data/README_CH.md +7 -7
- data/lib/cocoapods-freezer/gem_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f825acd3405a68a7db7d45271f04fe604a84cb5
|
4
|
+
data.tar.gz: a0dead7437019594f9c4143e293e3ee2ce3f1181
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
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.
|
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-
|
11
|
+
date: 2019-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cocoapods
|