I want to use JSQMessagesViewController
as a dependency to my swift pod. When I build my example app I get the old non-modular header error related to the JSQSystemSoundPlayer
but I don't know how to get around it with XCode 7
.
Podspec:
s.dependency 'JSQSystemSoundPlayer'
s.dependency 'JSQMessagesViewController', '7.2.0' #Also tried 5.3.2
Errors: