I tried simply adding
pod 'IQKeyboardManager'
...to my Podfile. Then I
#import 'IQKeyboardManager.h'
But the .h file was not found. So I dropped in the the 'IQKeyboardManager' directory to my Resources Files but the header is still not found. Any suggestions?