We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d2ba0 commit 5be8f08Copy full SHA for 5be8f08
lib/cocoapods-core/specification/linter.rb
@@ -385,7 +385,7 @@ def frameworks_invalid?(frameworks)
385
# @return [Boolean] true if a library ends with `.a`, `.dylib`,
386
# starts with `lib` or contains any non-alphanumeric character.
387
def libraries_invalid?(libs)
388
- libs.any? do |lib|
+ libs.any? do |lib|
389
lib_regex = /^(lib)|([^a-zA-Z\d])/
390
lib =~ lib_regex
391
end
0 commit comments