>Podfile

Podfile

The Podfile is a specification that describes the dependencies of the targets of an Xcode project.

It supports its own DSL and generally is stored in files named CocoaPods.podfile or Podfile.

The Podfile creates a hierarchy of target definitions that that store the information of necessary to generate the CocoaPods libraries.

Inherits from:

Object

Child Name Spaces

Pod::Podfile::DSL

Pod::Podfile::StandardError

Pod::Podfile::TargetDefinition

Working with a podfile

Attributes

Hooks

Representations

Class methods

Private helpers

Deprecations

Dependencies

Target configuration

Workspace

Hooks