cocoapods-binary icon indicating copy to clipboard operation
cocoapods-binary copied to clipboard

integrate pods in form of prebuilt frameworks conveniently, reducing compile time

Results 1 cocoapods-binary issues
Sort by recently updated
recently updated
newest added

```diff platform :ios, '9.0' plugin 'cocoapods-binary' use_frameworks! all_binary! + use_xcframework! target 'demo' do pod 'Masonry' end ``` ## TODO - [ ] Supports LLDB - [ ] Supports dSYM

help wanted