diff --git a/ReleaseTooling/Sources/PodspecsTester/main.swift b/ReleaseTooling/Sources/PodspecsTester/main.swift index 7e192feae10..e712e1a1dee 100644 --- a/ReleaseTooling/Sources/PodspecsTester/main.swift +++ b/ReleaseTooling/Sources/PodspecsTester/main.swift @@ -63,7 +63,7 @@ struct PodspecsTester: ParsableCommand { } }.joined(separator: " ") let command = - "pod spec lint \(spec) \(arguments) --sources=https://github.com/firebase/SpecsTesting,https://cdn.cocoapods.org/" + "pod spec lint \(spec) \(arguments) --sources=https://github.com/firebase/SpecsTesting,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/" print(command) let result = Shell.executeCommandFromScript( command,