Method: CBin::LocalLibrary::Builder#initialize
- Defined in:
- lib/cocoapods-tj/helpers/local/local_library_builder.rb
#initialize(spec, file_accessor, platform, source_dir, framework_path) ⇒ Builder
Returns a new instance of Builder.
15 16 17 18 19 20 21 22 23 |
# File 'lib/cocoapods-tj/helpers/local/local_library_builder.rb', line 15 def initialize(spec, file_accessor, platform, source_dir,framework_path) @spec = spec @source_dir = source_dir @file_accessor = file_accessor @platform = platform @framework = framework_path @source_files = "#{@source_dir}/#{library.name_path}" @source_zip_file = "#{@source_files}.zip" end |