Class: Pod::Podfile
- Inherits:
-
Object
- Object
- Pod::Podfile
- Defined in:
- lib/cocoapods-alexandria/helper/podfile.rb
Instance Method Summary collapse
Instance Method Details
#disable_integration ⇒ Object
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_xcodegen ⇒ Object
3 4 5 |
# File 'lib/cocoapods-alexandria/helper/podfile.rb', line 3 def prepare_for_xcodegen use_frameworks! end |