Add support for Pod based SwiftLint (#2122)

It's common to add SwiftLint as a CocoaPod dependency, instead of as a global
binary. In this case we should use that version of SwiftLint before looking
for any others. Note that I'm also adding support for SwiftLint in ReactNative
projects here as well, where the Pods directory would be nested inside an ios
directory.
This commit is contained in:
Gordon Fontenot
2018-12-07 17:20:58 -05:00
committed by Bjorn Neergaard
parent 3db564f774
commit 9226e13b31
6 changed files with 75 additions and 7 deletions