Class: Pod::Podfile
- Inherits:
-
Object
- Object
- Pod::Podfile
- 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_options ⇒ Object
13 14 15 |
# File 'lib/cocoapods-sources/native/podfile.rb', line 13 def 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_internal_hash_value(COCOAPODS_SOURCES_OPTIONS,) end |