guides.cocoapods.org icon indicating copy to clipboard operation
guides.cocoapods.org copied to clipboard

Add documentation for singular vs plural form of properties

Open revolter opened this issue 7 years ago • 1 comments

This was (and it still is) very confusing for me when I created my first Pod. There are examples that use both of them, and I can't tell the difference if any. Nor do I understand how it works, as, for example, there is no non-string weak_framework instance in the codebase, but I'm using it and it works.

revolter avatar Jun 06 '18 09:06 revolter

We'd need to beef up the docs in CocoaPods/Core, it comes from https://sourcegraph.com/github.com/CocoaPods/Core/-/blob/lib/cocoapods-core/specification/dsl.rb#L752 (the singularize: true bit)

segiddins avatar Jun 07 '18 23:06 segiddins