Sha256: e4d84f27c1d7b8e64329ca801dddb64af0f96589eea5499c921f53d400fb78a0
Contents?: true
Size: 268 Bytes
Versions: 1
Compression:
Stored size: 268 Bytes
Contents
require 'cocoapods-allowlist/command' require 'cocoapods-allowlist/hook' module Allowlist Pod::HooksManager.register('cocoapods-whitelist', :pre_install) do |context, options| argv = CLAide::ARGV.new(options) Pod::Command::Allowlist.new(argv).run end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-whitelist-0.6.0 | lib/cocoapods_plugin.rb |