Commit 2d44d542 authored by Adam Kirk's avatar Adam Kirk

updating description for pod push with more detail about how it works

parent 18e1ccbb
...@@ -8,9 +8,10 @@ module Pod ...@@ -8,9 +8,10 @@ module Pod
$ pod push REPO [NAME.podspec] $ pod push REPO [NAME.podspec]
Validates NAME.podspec or `*.podspec' in the current working dir, updates Validates NAME.podspec or `*.podspec' in the current working dir, creates
the local copy of the repository named REPO, adds the specifications a directory and version folder for the pod in the local copy of
to the REPO, and finally it pushes REPO to its remote.} REPO (./cocoapods/[REPO]), copies the podspec file into the version directory,
and finally it pushes REPO to its remote.}
end end
def self.options 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