class Pod::Generate::Configuration

Public Instance Methods

use_frameworks?() click to toggle source

始终以静态 framework 的方式打包

# File lib/cocoapods-tdf-bin/native/configuration.rb, line 8
def use_frameworks?
  {:linkage => :static}
end