lib/cocoapods_plugin.rb in cocoapods-hd-0.0.7 vs lib/cocoapods_plugin.rb in cocoapods-hd-0.1.0
- old
+ new
@@ -1,9 +1,9 @@
require 'cocoapods-hd/command'
require 'cocoapods'
-module Hd
- # 注册 pod install 钩子
- Pod::HooksManager.register('cocoapods-hd', :post_install) do |context|
- Pod::UI.puts 'hello world ---'
- end
-end
+# module Hd
+# # 注册 pod install 钩子
+# Pod::HooksManager.register('cocoapods-hd', :post_install) do |context|
+# Pod::UI.puts 'hello world ======== '
+# end
+# end
\ No newline at end of file