-
Gordon Fontenot authored
The original implementation made poor assumptions about the name of the pod, and used it as a regex pattern. This led to problems when trying to push specs that contained special characters in their names (such as `+` for category specs). Instead of using a regex, we should just do a substring match to see if the output contains the spec name.
60fc0c55
| Name |
Last commit
|
Last update |
|---|---|---|
| bin | ||
| examples/AFNetworking Example | ||
| lib | ||
| spec | ||
| .gitignore | ||
| .gitmodules | ||
| .kick | ||
| .travis.yml | ||
| .yardopts | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| README.md | ||
| Rakefile | ||
| cocoapods.gemspec |