module CBin

copy from github.com/CocoaPods/cocoapods-packager

copy from github.com/CocoaPods/cocoapods-packager

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/cocoapods-tdf-bin/config/config.rb, line 133
def self.config
  @config ||= Config.new
end
config_hot_key() click to toggle source
# File lib/cocoapods-tdf-bin/config/config_hot_key.rb, line 98
def self.config_hot_key
  @config_hot_key ||= Config_Hot_Key.new
end