cocoapods-util 0.2.0 → 0.2.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
  SHA256:
3
- metadata.gz: 656f35fa8c5fb7c2994fb8b454f010a9c3166b2b3a56ad75b9ccdfba7768829b
4
- data.tar.gz: 33ff55946a88e29bfaaa0a0112af003702e0e33cee42449af79284fcaa8ebe90
3
+ metadata.gz: ed124ed9b4a0655908453f9b89e4729a3eb97b630467ce449b736854c506b887
4
+ data.tar.gz: 1518420abc20def846321a27d5a593bd32daf39311d051f4e508928fb099ff5f
5
5
  SHA512:
6
- metadata.gz: ed695aae86dc40ab0a1661e4aefbe61c363a2c89eb15b401d238e489570c3a15f048f7e3422060ceff1b2159e5a9c1c07f777e50fc1d324bece09fddbe32234c
7
- data.tar.gz: b51419985404992c9ddaaa707240c2ce0b61f2fce48cdb98f160e2f71148f1303be14d9b4c1c03b04f103928fef2598234489be674e375aa553fd11543a17ded
6
+ metadata.gz: 33eaf3e82c99f71d98769fa3fa5490b66719ab02a4b46023ec8216381a127a07a9e73da868bb22797e76c5111789af095120e51043080accbe9ec998738f7e32
7
+ data.tar.gz: 147b2480fa760a6ca5003a9d5cac6a2b4165e6ac1dc02a6358b53c50e7574d6c188b5b00ae177156aae66239a95bc8e4c00f6f7660ec276d08c8afeb69807859
@@ -1,5 +1,3 @@
1
- require_relative '../helper/podfile_options'
2
-
3
1
  module CocoapodsUtilHook
4
2
  Pod::HooksManager.register('cocoapods-util', :pre_install) do |installer_context, _|
5
3
  require_relative 'pre_install'
@@ -4,6 +4,8 @@ module Pod
4
4
  def config_cocoapods_util(options)
5
5
  BinaryPrebuild.config.dsl_config = options
6
6
  BinaryPrebuild.config.validate_dsl_config
7
+
8
+ require_relative 'helper/podfile_options'
7
9
  end
8
10
  end
9
11
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsUtil
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-util
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - guojiashuang
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-13 00:00:00.000000000 Z
11
+ date: 2023-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
@@ -107,7 +107,7 @@ homepage: https://github.com/CaryGo/cocoapods-util
107
107
  licenses:
108
108
  - MIT
109
109
  metadata: {}
110
- post_install_message:
110
+ post_install_message:
111
111
  rdoc_options: []
112
112
  require_paths:
113
113
  - lib
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  requirements: []
125
125
  rubygems_version: 3.1.2
126
- signing_key:
126
+ signing_key:
127
127
  specification_version: 4
128
128
  summary: 一个常用插件功能的集合,致力于解决日常开发中遇到的一些问题。
129
129
  test_files: []