cocoapods-binary
cocoapods-binary copied to clipboard
List pods to be binary
trafficstars
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...