Method: Pod::Specification::DSL#scheme=

Defined in:
lib/cocoapods-core/specification/dsl.rb

#scheme=(flag) ⇒ Object

Specifies the scheme configuration to be used for this specification.


Examples:


spec.scheme = { :launch_arguments => ['Arg1'] }

spec.scheme = { :launch_arguments => ['Arg1', 'Arg2'], :environment_variables => { 'Key1' => 'Val1'} }

Parameters:

  • scheme (Hash)

    the scheme configuration to be used for this specification.



1740
1741
1742
1743
# File 'lib/cocoapods-core/specification/dsl.rb', line 1740

attribute :scheme,
:types => [Hash],
:container => Hash,
:keys => SCHEME_KEYS