Sha256: eae7772d4c870c1a6cc7fc66027bbf8c65430f630d7521a9b43c3a272b43d15c
Contents?: true
Size: 209 Bytes
Versions: 5
Compression:
Stored size: 209 Bytes
Contents
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
Version data entries
5 entries across 5 versions & 1 rubygems