flovilmart/cocoapods-mix-frameworks

how to use this plugin? is there an example

Closed this issue · 1 comments

I have met the needs to mix framework and static library, and really interested in your plugin. Can you give an example to show how to use?

In your Podfile:

# Podfile
plugin 'cocoapods-mix-frameworks'
mix_frameworks

If you're using a Gemfile:

gem 'cocoapods-mix-frameworks'

or

$ gem install cocoapods-mix-frameworks