leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

List pods to be binary #155

Open sidferreira opened 2 years ago

sidferreira commented 2 years ago

React Native has a lot of custom behaviours so it's tricky to add the :binary flag.

I wonder if it's possible to use something like

@prebuild_framework_pod_names = ['MyDep']

instead? to pin point which ones to keep...

or maybe something like

all_binary(['MyDep'])

so we don't have to modify 3rd party files...