cocoapods-precompile 0.1.0 → 0.1.1

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: 5f5662367c1b4c3744285ba48862a33a411a9493
4
- data.tar.gz: ea7906382f28b789e658fa3d7305fc0c8196e553
3
+ metadata.gz: f293add03033e83d17f76cc3dd14cd74238830e1
4
+ data.tar.gz: e5b967a0d1cbf0338752a12516074921f07fa45b
5
5
  SHA512:
6
- metadata.gz: b854a293a523da0bf8c58758ffbbd81b7bdcfcc3c3430d891ec6fbee272dfa4d5d1f6b5cef370e0d8781c343a01f51adc60ceb68ed8a321a429907ff74878efd
7
- data.tar.gz: e8d667141d30e59794471b5615330419f9f224ea0a6230831a14c9b152a6b83d15ab8d653f6ff02a3584e8cfe3011aec00a20099bfdb9cdc41d5db57765f2f83
6
+ metadata.gz: 8f1c90350729cefbe39ddc9f0bc433ac51f7356dd3980689fbd7f5f04c90b04cba756736dbc43066239a5c71bb54b04a66db83cf1a3879cdca9a1ea31f53f81f
7
+ data.tar.gz: 2c1398aa15c83b15691839ba6dd6d26c879446a6d325dd42a43342707c97420ea40c610e5278630e98cb32a0f1cd9e12c094df112423aa50fba4d8db9e80aef9
@@ -37,7 +37,7 @@ module Pod
37
37
  end
38
38
  end
39
39
 
40
- Pod::HooksManager.register('cocoapods-binary', :pre_install) do |installer_context|
40
+ Pod::HooksManager.register('cocoapods-precompile', :pre_install) do |installer_context|
41
41
 
42
42
  require_relative 'helper/feature_switches'
43
43
  if Pod.is_prebuild_stage
@@ -50,7 +50,7 @@ Pod::HooksManager.register('cocoapods-binary', :pre_install) do |installer_conte
50
50
  podfile.target_definition_list.each do |target_definition|
51
51
  next if target_definition.prebuild_framework_pod_names.empty?
52
52
  if not target_definition.uses_frameworks?
53
- STDERR.puts "[!] Cocoapods-binary requires `use_frameworks!`".red
53
+ STDERR.puts "[!] Cocoapods-precompile requires `use_frameworks!`".red
54
54
  exit
55
55
  end
56
56
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsPrecompile
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-precompile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - iiiCeBlink