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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e93d724b66ac3b52d07e6a7c4aa1eb6b726748d4
4
- data.tar.gz: 0c3bd289340bed04d2e4aea3e45652887eddc1d8
3
+ metadata.gz: 82900c52c101e1c6f320c5cd431e380edca2e8d4
4
+ data.tar.gz: afdb12dc14fc96d2c4b81814e4c24fc3b37669ea
5
5
  SHA512:
6
- metadata.gz: 94541b100c0da90f8163d546edd2eefcafbc099d0107e681f177b67068be4f1a122d49f82a51036cc34e1201cafe2accfb08e5e161922a8504ee55c7950ea091
7
- data.tar.gz: 91288c7970ebc77a2a17d6332dadcdee41c09439e997eea7ddad84399a1ce27a4c3a48280287696b2a3aedd966b2ea7308df71676ba698af9918f8283e817b36
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
- Versions of Pods maintain stability. And the same to the product of Pods. So cocoapods-freezer will cache the product when Pods pre-build. Then it use cache for integate.
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.
@@ -1,3 +1,3 @@
1
1
  module CocoapodsFreezer
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
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.0.4
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-08 00:00:00.000000000 Z
11
+ date: 2019-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods