Cocoapods and Swift, is it possible?

I've installed the SDK as a cocoapod into a Swift project but I don't seem to be able to see any of the classes.

Hi Cameron -- to use EstimoteSDK with Swift, you need to create a so-called Obj-C Bridging Header. This step is explained in details in our EstimoteSDK+Swift guide:

https://community.estimote.com/hc/en-us/articles/202478933-How-to-build-an-Estimote-compatible-app-with-Swift-

Let me know if this solves your issue.