--- !ruby/object:Gem::Specification name: cocoapods-binary-artifactory-cache version: !ruby/object:Gem::Version version: 0.0.8 platform: ruby authors: - Eugene Antropov autorequire: bindir: bin cert_chain: [] date: 2022-01-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: cocoapods requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.5.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.5.0 - !ruby/object:Gem::Dependency name: fourflusher requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: rgl requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.5.6 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.5.6 - !ruby/object:Gem::Dependency name: xcpretty requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.3.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.3.0 - !ruby/object:Gem::Dependency name: parallel requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' description: Reduce build time by building pod frameworks and cache it in artifactory storage email: - e@antropov.it executables: [] extensions: [] extra_rdoc_files: [] files: - lib/cocoapods-binary-artifactory-cache.rb - lib/cocoapods-binary-artifactory-cache/cache/all.rb - lib/cocoapods-binary-artifactory-cache/cache/validation_result.rb - lib/cocoapods-binary-artifactory-cache/cache/validator.rb - lib/cocoapods-binary-artifactory-cache/cache/validator_accumulated.rb - lib/cocoapods-binary-artifactory-cache/cache/validator_base.rb - lib/cocoapods-binary-artifactory-cache/cache/validator_dependencies_graph.rb - lib/cocoapods-binary-artifactory-cache/cache/validator_dev_pods.rb - lib/cocoapods-binary-artifactory-cache/cache/validator_exclusion.rb - lib/cocoapods-binary-artifactory-cache/cache/validator_non_dev_pods.rb - lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb - lib/cocoapods-binary-artifactory-cache/dependencies_graph/dependencies_graph.rb - lib/cocoapods-binary-artifactory-cache/dependencies_graph/graph_visualizer.rb - lib/cocoapods-binary-artifactory-cache/diagnosis/base.rb - lib/cocoapods-binary-artifactory-cache/diagnosis/diagnosis.rb - lib/cocoapods-binary-artifactory-cache/diagnosis/integration.rb - lib/cocoapods-binary-artifactory-cache/env.rb - lib/cocoapods-binary-artifactory-cache/helper/benchmark_show.rb - lib/cocoapods-binary-artifactory-cache/helper/checksum.rb - lib/cocoapods-binary-artifactory-cache/helper/json.rb - lib/cocoapods-binary-artifactory-cache/helper/lockfile.rb - lib/cocoapods-binary-artifactory-cache/helper/path_utils.rb - lib/cocoapods-binary-artifactory-cache/helper/podspec.rb - lib/cocoapods-binary-artifactory-cache/hooks/post_install.rb - lib/cocoapods-binary-artifactory-cache/hooks/pre_install.rb - lib/cocoapods-binary-artifactory-cache/main.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/LICENSE.txt - lib/cocoapods-binary-artifactory-cache/pod-binary/helper/build.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/helper/detected_prebuilt_pods/installer.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/helper/detected_prebuilt_pods/target_definition.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/helper/names.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/helper/podfile_options.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/helper/prebuild_sandbox.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/helper/sandbox.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/helper/target_checker.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/integration.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/integration/alter_specs.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/integration/patch/embed_framework_script.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/integration/patch/resolve_dependencies.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/integration/patch/sandbox_analyzer_state.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/integration/patch/source_installation.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/integration/source_installer.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/integration/validation.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/prebuild.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/prebuild_dsl.rb - lib/cocoapods-binary-artifactory-cache/pod-binary/prebuild_hook.rb - lib/cocoapods-binary-artifactory-cache/pod-rome/LICENSE.txt - lib/cocoapods-binary-artifactory-cache/pod-rome/xcodebuild_command.rb - lib/cocoapods-binary-artifactory-cache/pod-rome/xcodebuild_raw.rb - lib/cocoapods-binary-artifactory-cache/prebuild_output/metadata.rb - lib/cocoapods-binary-artifactory-cache/prebuild_output/output.rb - lib/cocoapods-binary-artifactory-cache/state_store.rb - lib/cocoapods-binary-artifactory-cache/ui.rb - lib/cocoapods_plugin.rb - lib/command/binary.rb - lib/command/config.rb - lib/command/executor/base.rb - lib/command/executor/fetcher.rb - lib/command/executor/prebuilder.rb - lib/command/executor/visualizer.rb - lib/command/fetch.rb - lib/command/helper/zip.rb - lib/command/prebuild.rb - lib/command/visualize.rb homepage: https://github.com/antigp/cocoapods-binary-artifactory-cache licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.5 signing_key: specification_version: 4 summary: Reduce build time by building pod frameworks and cache it in artifactory storage test_files: []