1. 22 Aug, 2012 2 commits
  2. 21 Aug, 2012 3 commits
  3. 20 Aug, 2012 3 commits
  4. 10 Aug, 2012 19 commits
  5. 09 Aug, 2012 3 commits
  6. 08 Aug, 2012 6 commits
  7. 07 Aug, 2012 4 commits
    • Ben Scheirman's avatar
      Merge pull request #443 from atomkirk/master · 3977a2e2
      Ben Scheirman authored
      Updating description for pod push with more detail about how it works.
      3977a2e2
    • Adam Kirk's avatar
    • Fabio Pelosin's avatar
      [Linter] Improvements. · 18e1ccbb
      Fabio Pelosin authored
      - `spec lint` can now accept multiple files passed
        as arguments.
      - the linter can work in environments with xcodebuild.
      - Other misc improvements.
      18e1ccbb
    • Fabio Pelosin's avatar
      [Specs] Minor fix for · 741cece1
      Fabio Pelosin authored
      Managing spec-repos:
      
          [32m$ pod repo add NAME URL [BRANCH][0m
      
            Clones `URL' in the local spec-repos directory at `~/.cocoapods'. The
            remote can later be referred to by `NAME'.
      
          [32m$ pod repo update NAME[0m
      
            Updates the local clone of the spec-repo `NAME'. If `NAME' is omitted
            this will update all spec-repos in `~/.cocoapods'.
      
      Options:
      
          --help       Show help information
          --silent     Print nothing
          --no-color   Print output without color
          --verbose    Print more information while working
          --version    Prints the version of CocoaPods.
      741cece1