Sha256: d8206dab8cb3fda434d2dec7ffa85f38a9cc40c4bc5632dbd9c879b0881eeea5
Contents?: true
Size: 583 Bytes
Versions: 48
Compression:
Stored size: 583 Bytes
Contents
require 'pod_builder/core' module PodBuilder module Command class GeneratePodspec def self.call Configuration.check_inited PodBuilder::prepare_basepath installer, analyzer = Analyze.installer_at(PodBuilder::basepath, false) all_buildable_items = Analyze.podfile_items(installer, analyzer) install_using_frameworks = Podfile::install_using_frameworks(analyzer) Podspec::generate(all_buildable_items, analyzer, install_using_frameworks) puts "\n\nš done!\n".green return 0 end end end end
Version data entries
48 entries across 48 versions & 2 rubygems