cocoapods-hd 0.0.7 → 0.1.0

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.
@@ -1,9 +1,9 @@
1
1
  require 'cocoapods-hd/command'
2
2
  require 'cocoapods'
3
3
 
4
- module Hd
5
- # 注册 pod install 钩子
6
- Pod::HooksManager.register('cocoapods-hd', :post_install) do |context|
7
- Pod::UI.puts 'hello world ---'
8
- end
9
- end
4
+ # module Hd
5
+ # # 注册 pod install 钩子
6
+ # Pod::HooksManager.register('cocoapods-hd', :post_install) do |context|
7
+ # Pod::UI.puts 'hello world ======== '
8
+ # end
9
+ # end
metadata CHANGED
@@ -1,15 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-hd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - xingyong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-21 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: fourflusher
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '='
18
+ - !ruby/object:Gem::Version
19
+ version: 2.3.1
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '='
25
+ - !ruby/object:Gem::Version
26
+ version: 2.3.1
27
+ - !ruby/object:Gem::Dependency
28
+ name: xcpretty
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '='
32
+ - !ruby/object:Gem::Version
33
+ version: 0.3.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '='
39
+ - !ruby/object:Gem::Version
40
+ version: 0.3.0
13
41
  - !ruby/object:Gem::Dependency
14
42
  name: bundler
15
43
  requirement: !ruby/object:Gem::Requirement
@@ -46,11 +74,27 @@ extensions: []
46
74
  extra_rdoc_files: []
47
75
  files:
48
76
  - lib/cocoapods-hd.rb
77
+ - lib/cocoapods-hd/Integration.rb
78
+ - lib/cocoapods-hd/build/build_framework.rb
49
79
  - lib/cocoapods-hd/command.rb
80
+ - lib/cocoapods-hd/command/binary.rb
50
81
  - lib/cocoapods-hd/command/hd.rb
51
82
  - lib/cocoapods-hd/command/tag.rb
52
83
  - lib/cocoapods-hd/gem_version.rb
84
+ - lib/cocoapods-hd/helper/feature_switches.rb
85
+ - lib/cocoapods-hd/helper/names.rb
86
+ - lib/cocoapods-hd/helper/passer.rb
87
+ - lib/cocoapods-hd/helper/podfile_options.rb
88
+ - lib/cocoapods-hd/helper/prebuild_sandbox.rb
89
+ - lib/cocoapods-hd/helper/target_checker.rb
90
+ - lib/cocoapods-hd/main.rb
91
+ - lib/cocoapods-hd/prebuild.rb
92
+ - lib/cocoapods-hd/resolver.rb
53
93
  - lib/cocoapods-hd/tag_util.rb
94
+ - lib/cocoapods-hd/tool/tool.rb
95
+ - lib/cocoapods-hd/upload/constant.rb
96
+ - lib/cocoapods-hd/upload/spec_source_creator.rb
97
+ - lib/cocoapods-hd/upload/upload_helper.rb
54
98
  - lib/cocoapods_plugin.rb
55
99
  homepage: https://juejin.cn/post/6931272510793383943
56
100
  licenses: