Commit 3977a2e2 authored by Ben Scheirman's avatar Ben Scheirman

Merge pull request #443 from atomkirk/master

Updating description for pod push with more detail about how it works.
parents 18e1ccbb 2d44d542
......@@ -8,9 +8,10 @@ module Pod
$ pod push REPO [NAME.podspec]
Validates NAME.podspec or `*.podspec' in the current working dir, updates
the local copy of the repository named REPO, adds the specifications
to the REPO, and finally it pushes REPO to its remote.}
Validates NAME.podspec or `*.podspec' in the current working dir, creates
a directory and version folder for the pod in the local copy of
REPO (./cocoapods/[REPO]), copies the podspec file into the version directory,
and finally it pushes REPO to its remote.}
end
def self.options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment