To install the TQG SDK, take the following steps:

  1. Make sure you are using CocoaPods v0.39+ and open your Podfile
  2. Add source 'https://github.com/indigotech/Specs.git' to the top
  3. On your project target add pod "TQGeolocationSDK", "X.X.X"
  4. Locate in your target's build settings on Xcode the option Embedded Content Contains Swift Code and set it to Yes
  5. Run pod install

You can see all available versions here.

Breaking Changes:

1.3.3 - TQGSDK comes with bitcode enabled. Therefore make sure your app target also has this build option enabled so that you don't have any issues while submitting it to Apple's App Store.

2.0.0 - SDK now uses Swift 3