Skip to content

yousseb/cocoapods-xcode-plugin

 
 

Repository files navigation

CocoaPods for Xcode

Manage your dependencies, with minimal command line hack-fu

Features

  • Downloads and integrates CocoaPods listed in a project's Podfile
  • Creates podspecs from a template
  • Shows command output in the window console
  • Installs documentation (from CocoaDocs) for the CocoaPods used in the open Xcode workspace
  • Supports using a custom path to your CocoaPods installation

Menu

Prerequisites

  • Xcode 5
  • CocoaPods 0.22.1+, by default expected to be installed to /usr/local/bin/pod. The installation path can be changed by editing GEM PATH in the Product > CocoaPods menu

Install

Install via Alcatraz

OR

Clone and build the project, then restart Xcode.

Uninstall

Uninstall via Alcatraz

OR

Run rm -r ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/CocoaPods.xcplugin/

About

Dependency management helper for your CocoaPods, right in Xcode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 98.8%
  • Ruby 1.2%