Method: Pod::Podfile::TargetDefinition#abstract=
- Defined in:
- lib/cocoapods-core/podfile/target_definition.rb
#abstract=(abstract) ⇒ void
This method returns an undefined value.
Sets whether this target definition is abstract.
168 169 170 |
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 168 def abstract=(abstract) set_hash_value('abstract', abstract) end |