Slash icon indicating copy to clipboard operation
Slash copied to clipboard

CocoaPods documentation shows wrong pod name

Open stephent opened this issue 9 years ago • 0 comments

http://cocoadocs.org/docsets/Slash/0.1.2/ states:

Add pod 'slash' to your podfile

This gives an error on pod install:

NoMethodError - undefined method `split' for nil:NilClass
/Library/Ruby/Gems/2.0.0/gems/cocoapods-core-0.34.4/lib/cocoapods-core/specification.rb:205:in `subspec_by_name'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.34.4/lib/cocoapods/resolver.rb:159:in `block (2 levels) in find_dependency_specs'
etc.

I think it should be:

pod 'Slash' (i.e. uppercase S)

stephent avatar Nov 08 '14 23:11 stephent