cocoapods-fix-module-universal

Fix the missing module of pod which have no source but binaries, by adding a placeholder source file to the sources.

It's compatible with static library or framework.

Installation

$ gem install cocoapods-fix-module-universal

Usage

Add the following to the podfile:

 plugin "cocoapods-fix-module-universal"

You may need to delete the Pods folder for the first time.