We tried "pod spec lint" for a .podspec from "https://github.com/GTMYang/GTMBarcodeScanner.git"
[!] The spec did not pass validation
source_files pattern did not match any file.resources pattern did not match any file.Hey this is a great example of a question to ask in StackOverflow under cocoapods tag.
Remember pod spec lint will clone the repo at the version/tag you specify so maybe you need to update your git tag pointer.
Most helpful comment
Hey this is a great example of a question to ask in StackOverflow under
cocoapodstag.Remember
pod spec lintwill clone the repo at the version/tag you specify so maybe you need to update your git tag pointer.