Add pre-install hook for Plugins #3409
Labels
d1:easy
An easy ticket that is a good start for first-time contributors
s2:confirmed
Issues that have been confirmed by a CocoaPods contributor
t3:discussion
These are issues that can be non-issues, and encompass best practices, or plans for the future.
Milestone
There are at least two CocoaPods plugins that are hacking into CocoaPods in order to provide pre-install setup integration. Both of which want to make runtime changes to the available pods, and the current way the do this removes the need for the plugin to be defined in the Podfile.
Adding support for another plugin hook at the before the install function should offer an opportunity to remove some of these hacks and to encourage bigger-picture plugins for cocoapods.
The text was updated successfully, but these errors were encountered: