Module: Pod
- Included in:
- Ocean::Build::Helper, Ocean::Config::Builder, Ocean::Framework::Builder, Ocean::Library::Builder
- Defined in:
- lib/swordfish/hmap/post_install_hook_context.rb,
lib/gem_version.rb,
lib/swordfish/command/auto.rb,
lib/swordfish/native/linter.rb,
lib/swordfish/native/source.rb,
lib/swordfish/command/config.rb,
lib/swordfish/native/podfile.rb,
lib/swordfish/command/archive.rb,
lib/swordfish/hmap/pod_target.rb,
lib/swordfish/native/analyzer.rb,
lib/swordfish/native/resolver.rb,
lib/swordfish/hmap/podfile_dsl.rb,
lib/swordfish/native/installer.rb,
lib/swordfish/native/validator.rb,
lib/swordfish/command/spec/push.rb,
lib/swordfish/command/swordfish.rb,
lib/swordfish/native/path_source.rb,
lib/swordfish/native/podfile_env.rb,
lib/swordfish/command/repo/update.rb,
lib/swordfish/command/spec/create.rb,
lib/swordfish/native/file_accessor.rb,
lib/swordfish/native/specification.rb,
lib/swordfish/native/podspec_finder.rb,
lib/swordfish/native/sources_manager.rb,
lib/swordfish/native/acknowledgements.rb,
lib/swordfish/native/target_validator.rb,
lib/swordfish/native/podfile_generator.rb,
lib/swordfish/native/installation_options.rb,
lib/swordfish/native/pod_source_installer.rb,
lib/swordfish/native/pod_target_installer.rb,
lib/swordfish/native/target_architectures.rb,
lib/swordfish/native/pod_source_downloader.rb
Overview
!/usr/bin/env ruby
Defined Under Namespace
Modules: Downloader, ExternalSources, Generate, Generator Classes: AggregateTarget, Command, Installer, PodTarget, Podfile, Resolver, Sandbox, Source, Specification, Target, Validator
Class Method Summary collapse
Class Method Details
.match_version?(*version) ⇒ Boolean
8 9 10 |
# File 'lib/gem_version.rb', line 8 def self.match_version?(*version) Gem::Dependency.new('', *version).match?('', Pod::VERSION) end |