We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pod spec lint
1 parent dd3fea8 commit fa7ca72Copy full SHA for fa7ca72
ReleaseTooling/Sources/PodspecsTester/main.swift
@@ -63,7 +63,7 @@ struct PodspecsTester: ParsableCommand {
63
}
64
}.joined(separator: " ")
65
let command =
66
- "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/"
67
print(command)
68
let result = Shell.executeCommandFromScript(
69
command,
0 commit comments