How to migrate Estimote SDK 2.4 to 3.0 ? How to change in Pod file?

How to migrate Estimote SDK 2.4 to 3.0 ? How to change in Pod file?

If you’re using CocoaPods, it’s as simple as changing the version number in your Podfile, e.g.:

pod 'EstimoteSDK', '~> 3.0'

And then run pod update.

Just keep in mind, there’s been API breaking changes between SDK 2 and 3, so you’ll need to migrate you code as well. Here’s a migration guide: