Module: Pod
- Extended by:
- Config::Mixin
- Defined in:
- lib/cocoapods.rb,
lib/cocoapods/config.rb,
lib/cocoapods/source.rb,
lib/cocoapods/command.rb,
lib/cocoapods/podfile.rb,
lib/cocoapods/version.rb,
lib/cocoapods/resolver.rb,
lib/cocoapods/installer.rb,
lib/cocoapods/dependency.rb,
lib/cocoapods/downloader.rb,
lib/cocoapods/executable.rb,
lib/cocoapods/command/repo.rb,
lib/cocoapods/command/spec.rb,
lib/cocoapods/command/setup.rb,
lib/cocoapods/specification.rb,
lib/cocoapods/command/search.rb,
lib/cocoapods/command/install.rb,
lib/cocoapods/specification/set.rb,
lib/cocoapods/bridge_support_generator.rb
Defined Under Namespace
Modules: Executable Classes: BridgeSupportGenerator, Command, Config, Dependency, Downloader, Informative, Installer, Podfile, Resolver, Source, Specification, Version
Constant Summary collapse
- VERSION =
'0.3.0'- Spec =
Specification
Class Method Summary collapse
Methods included from Config::Mixin
Class Method Details
._eval_podspec(path) ⇒ Object
4 5 6 |
# File 'lib/cocoapods/specification.rb', line 4 def self._eval_podspec(path) eval(path.read, nil, path.to_s) end |