Class: Pod::Podfile::TargetDefinition

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-user-defined-build-types/private_api_hooks.rb

Constant Summary collapse

@@root_pod_building_options =
HashBuildType

mapping of pod name to preferred build type if specified.

Hash.new

Class Method Summary collapse

Class Method Details

.root_pod_building_optionsObject



11
12
13
# File 'lib/cocoapods-user-defined-build-types/private_api_hooks.rb', line 11

def self.root_pod_building_options
  @@root_pod_building_options
end