cocoapods-freezer 1.0.4 → 1.0.5
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 +5 -1
- 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: 82900c52c101e1c6f320c5cd431e380edca2e8d4
|
4
|
+
data.tar.gz: afdb12dc14fc96d2c4b81814e4c24fc3b37669ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6c3056f1584a1f2b2565a3153e15cc62b5100dd0036483a1fe00f8786e4db24de3e8e983604346ebc18880216ec7b465174da74528d739776d0e4ec30c197aa
|
7
|
+
data.tar.gz: dd0ce488ebc951f671c4c87e0c20eb5d9c712024d6b7b37ea66d3d2e3bfa1fdc6d1cd1b734228dc05ac00a4b7b11ee72505d4373ef85ab8447c50e93c1b6cb4e
|
data/README.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
cocoapods-freezer is a plugin of cocoapods. It uses for cache of intergation!
|
4
4
|
|
5
|
+
## Foreword
|
6
|
+
|
7
|
+
Too many source code of 3rd Pods is a reason of reduced integration speed. Versions of 3rd Pods maintain stability, and the same to the product of 3rd Pods. Maybe we can integate with products of cache.
|
8
|
+
|
5
9
|
## Installation
|
6
10
|
|
7
11
|
``` shell
|
@@ -17,6 +21,6 @@ $ pod install --user-freezer
|
|
17
21
|
|
18
22
|
## Principle
|
19
23
|
|
20
|
-
|
24
|
+
Cocoapods-freezer will cache the product which Pods pre-build before Pods integate (`pod install`). Then it use cache for integate.
|
21
25
|
|
22
26
|
Appreciate a 🌟 if you like it.
|
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.0.
|
4
|
+
version: 1.0.5
|
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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cocoapods
|