leavez / cocoapods-binary

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

No headers? #153

Open pepasibble opened 2 years ago

pepasibble commented 2 years ago

Hi,

I tried using cocoapods-binary on a project but immediately ran into the problem that some of my previous obj-c style imports are no longer working (e.g. #import <foo/foo.sh>).

It looks like cocoapods-binary doesn't include the headers? Is there any way to change that?