Skip to content
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

Improve wording on libraries sections in reference #19

Open
orta opened this issue Aug 8, 2014 · 3 comments
Open

Improve wording on libraries sections in reference #19

orta opened this issue Aug 8, 2014 · 3 comments

Comments

@orta
Copy link
Member

orta commented Aug 8, 2014

re: https://twitter.com/taybenlor/status/497540001639698433

@CocoaPods http://t.co/4y3hkOJny3 I spent a day changing strings until I found out that it expected 'Pod/libMyLib.a'

@orta explain: what it does (adds library search path), what the string is (full path from spec root) and related fields (library)

@orta for those of us working with pods as a black box there's lots of pages for old issues, it's hard to nail down current behaviour

@fabiopelosin
Copy link
Member

Podspecs should be located at the root of the repository, and paths to files should be specified relative to the root of the repository as well. File patterns do not support traversing the parent directory ( .. ). File patterns may contain the following wildcard patterns:

from: http://guides.cocoapods.org/syntax/podspec.html#group_file_patterns

@orta
Copy link
Member Author

orta commented Aug 8, 2014

I think it's useful to have both libraries & vendors_libraries point to each other in the docs, I'm not sure that's instantly apparent.

@fabiopelosin
Copy link
Member

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants