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.
1 parent 9fdbfe8 commit 8597ca1Copy full SHA for 8597ca1
scripts/create_spec_repo/Sources/SpecRepoBuilder/main.swift
@@ -238,7 +238,7 @@ struct SpecRepoBuilder: ParsableCommand {
238
if depPrefix.hasSuffix(Constants.specDependencyLabel) {
239
// e.g. In Firebase.podspec, Firebase/Core will not be considered a
240
// dependency.
241
- // "ss.dependency 'Firebase/Core'" will be splitted in
+ // "ss.dependency 'Firebase/Core'" will be split in
242
// ["ss.dependency", "'Firebase", "Core'"]
243
let podNameRaw = String(tokens[1]).replacingOccurrences(of: "'", with: "")
244
// In the example above, deps here will not include Firebase since
0 commit comments