Skip to content

Commit

Permalink
fix(cocoapods): Refined Podspec Name Matching for CocoaPods
Browse files Browse the repository at this point in the history
Signed-off-by: ksg97031 <[email protected]>
  • Loading branch information
ksg97031 committed Sep 20, 2023
1 parent c3f2108 commit 9662fd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class CocoaPods(

val podspecCommand = runCatching {
run(
"spec", "which", podspecName,
"spec", "which", "^$podspecName$",
"--version=${id.version}",
"--allow-root",
"--regex",
Expand Down

0 comments on commit 9662fd3

Please sign in to comment.