Method: CBin::Config::Builder#framework_file
- Defined in:
- lib/cocoapods-imy-bin/config/config_builder.rb
#framework_file(spec) ⇒ Object
56 57 58 |
# File 'lib/cocoapods-imy-bin/config/config_builder.rb', line 56 def framework_file(spec) File.join(zip_dir_name, framework_name(spec)) end |