Class: Pod::Podfile

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-alexandria/helper/podfile.rb

Instance Method Summary collapse

Instance Method Details

#disable_integrationObject



7
8
9
10
11
12
# File 'lib/cocoapods-alexandria/helper/podfile.rb', line 7

def disable_integration
  install!(
    'cocoapods',
    installation_method.last.merge(:integrate_targets => false)
  )
end

#prepare_for_xcodegenObject



3
4
5
# File 'lib/cocoapods-alexandria/helper/podfile.rb', line 3

def prepare_for_xcodegen
  use_frameworks!
end