Sha256: ae42a2ec2fb14ef607de1e2707e708a83a466b156bec277b2b3f51590497ddbc
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
require 'cocoapods-whitelist/command' module Whitelist Pod::HooksManager.register('cocoapods-whitelist', :pre_install) do |context, options| argv = CLAide::ARGV.new(options) puts argv Pod::Command::Whitelist.new(argv).run end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-whitelist-0.0.2 | lib/cocoapods_plugin.rb |
cocoapods-whitelist-0.0.1 | lib/cocoapods_plugin.rb |