Class: Pod::Podfile

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-sources/native/podfile.rb

Constant Summary collapse

COCOAPODS_SOURCES_OPTIONS =
'cocoapods_sources_options'.freeze

Instance Method Summary collapse

Instance Method Details

#get_optionsObject



13
14
15
# File 'lib/cocoapods-sources/native/podfile.rb', line 13

def get_options
    get_internal_hash_value(COCOAPODS_SOURCES_OPTIONS, {})
end

#set_options(options) ⇒ Object



9
10
11
# File 'lib/cocoapods-sources/native/podfile.rb', line 9

def set_options(options)
    set_internal_hash_value(COCOAPODS_SOURCES_OPTIONS,options)
end