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.
1740 1741 1742 1743 |
# File 'lib/cocoapods-core/specification/dsl.rb', line 1740 attribute :scheme, :types => [Hash], :container => Hash, :keys => SCHEME_KEYS |