-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid representation for a dependency with spaces in its name #176
Comments
That pod spec has a space in the name of a subspec, which is believe is invalid. |
cc/ @rivera-ernesto |
@segiddins After a quick search for specs repo, I found there're also some other pods with space in name. https://github.com/CocoaPods/Specs/blob/master/Specs/mopub-ios-sdk/2.3.0/mopub-ios-sdk.podspec.json#L81 And also NBUKit. |
Removing that space. But I wonder what has changed that broke this only now. |
Indeed, broken by 0.34.1. Even worse |
@fabiopelosin for now, do we just want to relax the regex? |
👍 |
+1 |
1 similar comment
👍 |
Thanks! 👍 |
according to: CocoaPods/Core#176 CocoaPods/CocoaPods#1722 (comment) everything fails in cocoa pod 0.34.1 version
with CocoaPods
0.34.1
, it encounters:https://github.com/CocoaPods/Specs/blob/master/Specs/NBUKit/2.2.2/NBUKit.podspec.json
https://github.com/CocoaPods/Core/blob/0.34.1/lib/cocoapods-core/specification.rb#L123
Will this be an issue due to the regular expression change in
0.34.0
? or it's a problem with the NBUKit podspec?The text was updated successfully, but these errors were encountered: