zoonooz / ZFRippleButton

Custom UIButton effect inspired by Google Material Design
MIT License
1.41k stars 110 forks source link

Carthage support #20

Open ypresto opened 8 years ago

ypresto commented 8 years ago

Please provide framework scheme..!

Kautenja commented 7 years ago

Cocoa Touch frameworks strip @IBDesignable tags from classes when compiled into frameworks meaning this would lose the interface builder functionality when distributed through Carthage :(. Encountered the same problem in a project of mine. your best bet is to make a Dependencies folder and manually include code files if youre a Carthage fan and don't want to use Cocoa Pods.

Edit: TL;DR Carthage support isn't fully possible, this issue should be closed. See https://github.com/Carthage/Carthage/issues/335