CocoaPods / cocoapods-acknowledgements

CocoaPods plugin that generates a plist which includes the installation metadata
MIT License
111 stars 17 forks source link

Exclude certain Pods from Acknowledgements #16

Closed Ashton-W closed 8 years ago

Ashton-W commented 9 years ago

Without the ability for Podspecs to opt-out of this stuff, we need some way to remove private pods and other pods that don't require attribution.

Proposal:

plugin 'cocoapods-acknowledgements', :settings_bundle => true, :exclude => 'PrivateKit'
plugin 'cocoapods-acknowledgements', :settings_bundle => true, :exclude => ['PrivateKit', 'SecretLib']
orta commented 9 years ago

Agree, and agree on supporting both singular and array forms.

marcelofabri commented 9 years ago

Would it make sense to scope this according to the target (like settings_post_process)?

danielgalasko commented 8 years ago

+1