>
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.
Object