I have install this cocoapod successfully and I am now running the workspace project instead of the Xcode project so I can successfully see the pod in the navigator.
I am now trying to import the module into my class by typing:
import OpenSphericalCamera
but I just get this error
No such module 'OpenSphericalCamera'
Are there further steps I need to do before being able to import modules into my class?