class Pod::Podfile

Public Instance Methods

disable_integration() click to toggle source
# File lib/cocoapods-alexandria/helper/podfile.rb, line 7
def disable_integration
  install!(
    'cocoapods',
    installation_method.last.merge(:integrate_targets => false)
  )
end
prepare_for_xcodegen() click to toggle source
# File lib/cocoapods-alexandria/helper/podfile.rb, line 3
def prepare_for_xcodegen
  use_frameworks!
end