spec/pod/utils_spec.rb,19 module PodPod3,0 spec/spec_helper.rb,430 ROOT = Pathname.new(File.expand_path('../../', __FILE__))ROOT5,0 module PodPod19,0 module UIUI27,0 module UIPod::UI27,0 attr_accessor :outputoutput32,0 attr_accessor :outputoutput=32,0 attr_accessor :warningswarnings33,0 attr_accessor :warningswarnings=33,0 def puts(message = '')puts35,0 def warn(message = '', actions = [])warn39,0 def print(message)print43,0 spec/integration/project_spec.rb,106 module PodPod3,0 DONT_CODESIGN = trueDONT_CODESIGN5,0 DONT_CODESIGN = truePod::DONT_CODESIGN5,0 spec/specification/builder_spec.rb,19 module PodPod3,0 spec/specification/spec_builder_spec.rb,19 module PodPod3,0 spec/user_interface/build_failed_report_spec.rb,106 module PodPod3,0 module UserInterfaceUserInterface4,0 module UserInterfacePod::UserInterface4,0 spec/command/error_spec.rb,19 module PodPod3,0 spec/command/package_spec.rb,106 module PodPod3,0 DONT_CODESIGN = trueDONT_CODESIGN5,0 DONT_CODESIGN = truePod::DONT_CODESIGN5,0 spec/command/subspecs_spec.rb,19 module PodPod3,0 lib/pod/command/package.rb,812 module PodPod3,0 class CommandCommand4,0 class CommandPod::Command4,0 class Package < CommandPackage5,0 class Package < CommandPod::Command::Package5,0 def self.optionsoptions12,0 def initialize(argv)initialize29,0 def validate!validate!62,0 def runrun71,0 def build_in_sandbox(platform)build_in_sandbox88,0 def build_packagebuild_package108,0 def zip_upload_static_serverzip_upload_static_server122,0 def upload_ftp_serverupload_ftp_server132,0 def sftp_upload(ftp)sftp_upload144,0 def create_target_directorycreate_target_directory170,0 def create_working_directorycreate_working_directory184,0 def perform_build(platform, static_sandbox, dynamic_sandbox, static_installer)perform_build195,0 lib/cocoapods-packager/pod_utils.rb,1460 module PodPod1,0 class CommandCommand2,0 class CommandPod::Command2,0 class Package < CommandPackage3,0 class Package < CommandPod::Command::Package3,0 def build_static_sandbox(dynamic)build_static_sandbox6,0 def install_pod(platform_name, sandbox)install_pod15,0 def podfile_from_spec(path, spec_name, platform_name, deployment_target, subspecs, sources)podfile_from_spec41,0 def binary_only?(spec)binary_only?66,0 def spec_with_name(name)spec_with_name79,0 def spec_with_path(path)spec_with_path88,0 def build_dynamic_sandbox(_static_sandbox, _static_installer)build_dynamic_sandbox113,0 def install_dynamic_pod(dynamic_sandbox, static_sandbox, static_installer, platform)install_dynamic_pod128,0 def build_dynamic_target(dynamic_sandbox, static_installer, platform)build_dynamic_target152,0 def prepare_pods_project(dynamic_sandbox, spec_name, installer)prepare_pods_project171,0 def copy_dynamic_target(static_sandbox, _dynamic_target, dynamic_sandbox)copy_dynamic_target188,0 def create_file_accessors(target, dynamic_sandbox)create_file_accessors193,0 def install_file_references(dynamic_sandbox, pod_targets, pods_project)install_file_references202,0 def install_library(dynamic_sandbox, dynamic_target, project)install_library207,0 def write_pod_project(dynamic_project, dynamic_sandbox)write_pod_project226,0 lib/cocoapods-packager/builder.rb,1900 module PodPod1,0 class BuilderBuilder2,0 class BuilderPod::Builder2,0 def initialize(platform, static_installer, source_dir, static_sandbox_root, dynamic_sandbox_root, public_headers_root, spec, embedded, mangle, dynamic, config, bundle_identifier, exclude_deps)initialize3,0 def build(package_type)build21,0 def build_static_librarybuild_static_library32,0 def build_static_frameworkbuild_static_framework50,0 def link_embedded_resourceslink_embedded_resources71,0 def build_dynamic_frameworkbuild_dynamic_framework81,0 def build_dynamic_framework_for_ios(defines, output)build_dynamic_framework_for_ios103,0 def build_dynamic_framework_for_mac(defines, _output)build_dynamic_framework_for_mac124,0 def build_sim_libraries(defines)build_sim_libraries138,0 def build_static_library_for_ios(output)build_static_library_for_ios144,0 def build_static_library_for_mac(output)build_static_library_for_mac155,0 def build_with_mangling(options)build_with_mangling160,0 def clean_directory_for_dynamic_buildclean_directory_for_dynamic_build170,0 def compilecompile179,0 def copy_headerscopy_headers196,0 def copy_licensecopy_license225,0 def copy_resourcescopy_resources231,0 def create_frameworkcreate_framework249,0 def dependency_countdependency_count254,0 def expand_paths(path_specs)expand_paths264,0 def static_libs_in_sandbox(build_dir = 'build')static_libs_in_sandbox270,0 def vendored_librariesvendored_libraries279,0 def static_linker_flags_in_sandboxstatic_linker_flags_in_sandbox294,0 def ios_build_optionsios_build_options303,0 def ios_architecturesios_architectures307,0 def xcodebuild(defines = '', args = '', build_dir = 'build', target = 'Pods-packager', project_root = @static_sandbox_root, config = @config)xcodebuild315,0 lib/cocoapods-packager/symbols.rb,210 module SymbolsSymbols1,0 def symbols_from_library(library)symbols_from_library2,0 def classes_from_symbols(syms)classes_from_symbols21,0 def constants_from_symbols(syms)constants_from_symbols27,0 lib/cocoapods-packager/spec_builder.rb,699 module PodPod2,0 class SpecBuilderSpecBuilder3,0 class SpecBuilderPod::SpecBuilder3,0 def initialize(spec, source, embedded, dynamic)initialize4,0 def framework_pathframework_path14,0 def spec_platform(platform)spec_platform22,0 def subspec_jsonsubspec_json42,0 def get_all_type(type)get_all_type50,0 def get_spec_jsonget_spec_json110,0 def get_resourceget_resource113,0 def process_platform_hashprocess_platform_hash116,0 def get_platformget_platform133,0 def get_all_dependenices(plat)get_all_dependenices145,0 def spec_metadataspec_metadata151,0 def spec_closespec_close199,0 def spec_headerspec_header205,0 lib/cocoapods-packager/framework.rb,817 module FrameworkFramework2,0 class TreeTree3,0 class TreeFramework::Tree3,0 attr_reader :headers_pathheaders_path4,0 attr_reader :module_map_pathmodule_map_path5,0 attr_reader :resources_pathresources_path6,0 attr_reader :root_pathroot_path7,0 attr_reader :versions_pathversions_path8,0 attr_accessor :fwk_pathfwk_path9,0 attr_accessor :fwk_pathfwk_path=9,0 def delete_resourcesdelete_resources10,0 def initialize(name, platform, embedded)initialize15,0 def makemake21,0 def process_static_frameworkprocess_static_framework29,0 def make_current_versionmake_current_version39,0 def make_frameworkmake_framework47,0 def make_headersmake_headers55,0 def make_resourcesmake_resources60,0 def make_rootmake_root65,0 lib/cocoapods-packager/mangle.rb,170 module SymbolsSymbols1,0 def mangle_for_pod_dependencies(pod_name, sandbox_root)mangle_for_pod_dependencies10,0 def alias_symbol(sym, pod_name)alias_symbol26,0 lib/cocoapods-packager/user_interface/build_failed_report.rb,275 module PodPod1,0 module UserInterfaceUserInterface2,0 module UserInterfacePod::UserInterface2,0 module BuildFailedReportBuildFailedReport3,0 module BuildFailedReportPod::UserInterface::BuildFailedReport3,0 def report(command, output)report5,0 lib/cocoapods_packager.rb,183 module PodPod1,0 module PackagerPackager2,0 module PackagerPod::Packager2,0 VERSION = '1.5.0'.freezeVERSION3,0 VERSION = '1.5.0'.freezePod::Packager::VERSION3,0