Method: Pod::Target::BuildSettings#weak_frameworks

Defined in:
lib/cocoapods/target/build_settings.rb

#weak_frameworksArray<String>

The weak_frameworks build setting for the #target.

The return value from this method will be: weak_frameworks.

Returns:

  • (Array<String>)


252
253
254
# File 'lib/cocoapods/target/build_settings.rb', line 252

define_build_settings_method :weak_frameworks do
  []
end