To install the TQG SDK, take the following steps:
- Make sure you are using CocoaPods v0.39+ and open your Podfile
- Add
source 'https://github.com/indigotech/Specs.git'to the top - On your project target add
pod "TQGeolocationSDK", "X.X.X" - Locate in your target's build settings on Xcode the option
Embedded Content Contains Swift Codeand set it toYes - 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