Method: Pod::Command::MutiFramework#run

Defined in:
lib/cocoapods-framework/command/muti_framework.rb

#runObject



55
56
57
58
# File 'lib/cocoapods-framework/command/muti_framework.rb', line 55

def run
  frameworker = MutiFrameworker.new(@name, @source, @spec_sources, @configuration, @force, @use_modular_headers)
  frameworker.run
end