We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://guides.cocoapods.org/syntax/podspec.html#source_files
Says only:
The source files of the Pod.
What is meant by a source file? Is it only *.h and *.m? Does it include plists? Does it include language bundles? Does it include helper tools?
*.h
*.m
What is it used for? Why do I need it now, even though CocoaPods worked without it before?
What will happen if I fail to specify some of the files?
What's the relationship with public_header_files?
public_header_files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://guides.cocoapods.org/syntax/podspec.html#source_files
Says only:
What is meant by a source file? Is it only
*.h
and*.m
? Does it include plists? Does it include language bundles? Does it include helper tools?What is it used for? Why do I need it now, even though CocoaPods worked without it before?
What will happen if I fail to specify some of the files?
What's the relationship with
public_header_files
?The text was updated successfully, but these errors were encountered: