The Dependency allows to specify dependencies of a Podfile
or a
Specification
on a Pod. It stores the name of the dependency, version
requirements and external sources information.
This class is based on the dependency class of RubyGems and mimics its implementation with adjustments specific to CocoaPods. RubyGems is available under the MIT license.
Object