I am trying to use this library https://github.com/m1entus/MZFormSheetPresentationController in swift But I am getting this error
/Users/myname/Downloads/MZFormSheetPresentationController-master/MZFormSheetPresentationController/MZFormSheetPresentationController.h:27:9: error: 'MZAppearance/MZAppearance.h' file not found
#import <MZAppearance/MZAppearance.h>
^
<unknown>:0: error: failed to import bridging header '/Users/myname/Downloads/MZFormSheetPresentationController-master/MZFormSheetPresentationController/MZFormSheetPresentationController Swift Example-Bridging-Header.h'
Update
I have downloaded MZAppearance separately from here https://github.com/m1entus/MZAppearance but still error is coming