m1entus / MZFormSheetPresentationController

MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
973 stars 146 forks source link

Carthage support #66

Closed KHellkvist closed 8 years ago

KHellkvist commented 8 years ago

This adds the MZAppearance as a dependancy in the Cartfile. Also added the framework in the project file. Update the README with installation guide for Carthage.

Right now the Cartfile links to MZAppearance->Master This is because there is no release of MZAppearance with carthage support. See https://github.com/m1entus/MZAppearance/issues/8 If this is done the Cartfile in this project can link to that release and it will be safer.