fastlane/lib/fastlane/actions/pod_lib_lint.rb in fastlane-2.63.0.beta.20171025010003 vs fastlane/lib/fastlane/actions/pod_lib_lint.rb in fastlane-2.63.0.beta.20171026010003

- old
+ new

@@ -104,10 +104,10 @@ '# Allow output detail in console pod_lib_lint(verbose: true)', '# Allow warnings during pod lint pod_lib_lint(allow_warnings: true)', '# If the podspec has a dependency on another private pod, then you will have to supply the sources - pod_lib_lint(sources: ["https://github.com/MyGithubPage/Specs", "https://github.com/CocoaPods/Specs"])' + pod_lib_lint(sources: ["https://github.com/username/Specs", "https://github.com/CocoaPods/Specs"])' ] end def self.category :misc