Method: Pod::Specification::DSL::RootAttributesAccessors#static_framework
- Defined in:
- lib/cocoapods-core/specification/root_attribute_accessors.rb
#static_framework ⇒ Boolean
Returns Indicates, that if use_frameworks! is specified, the framework should include a static library.
191 192 193 |
# File 'lib/cocoapods-core/specification/root_attribute_accessors.rb', line 191 def static_framework attributes_hash['static_framework'] end |