heitorfr / ios-image-editor

iOS View Controller for image cropping. An alternative to the UIImagePickerController editor with extended features.
MIT License
602 stars 129 forks source link

unable to import in swift #46

Open grantkemp opened 8 years ago

grantkemp commented 8 years ago

Hi I am trying to add this to my project and noticed that I keep getting the following error:

/Users/gkemp/Documents/Inviqa/wowlive/wowlive/wowlive-Bridging-Header.h:8:9: 'ios-image-editor/HFImageEditorFrameView.h' file not found when I can see the files in my Pods folder.

Can anyone advise how to import using swift bridging header? eg #import <ios-image-editor/HFImageEditorFrameView.h>