Class: Pod::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-framework/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#static_library_enableObject Also known as: static_library_enable?

Returns the value of attribute static_library_enable.



5
6
7
# File 'lib/cocoapods-framework/config.rb', line 5

def static_library_enable
  @static_library_enable
end

#xcframework_enableObject Also known as: xcframework_enable?

Returns the value of attribute xcframework_enable.



3
4
5
# File 'lib/cocoapods-framework/config.rb', line 3

def xcframework_enable
  @xcframework_enable
end