Change Log

Version 1.3.3 (2nd March, 2021)

Version 1.3.2 (14th October, 2020)

Version 1.3.1 (4th June, 2020)

Version 1.3.0 (9th January, 2020)

Version 1.2.0 (4th July, 2018)

(Supports analytics-ios 3.+ and Google Analytics 3.14.+)

Transitioning from static library workarounds

If you are using use_frameworks! and workarounds you may need to follow extra-steps :

  1. Make sure you are using CocoaPods 1.4+
    $ pod --version
    1.5.3
  2. The StaticLibWorkaround subspec has been removed, use the default subspec instead
  3. Remove references to the pod source files from your Xcode target if any
  4. Remove any remaining workarounds (e.g. post_install hooks)
  5. (optional) if you don't directly depend on Google Analytics you don't need to explicit depend on it anymore
Example

Version 1.1.7 (9th August, 2017)

(Supports analytics-ios 3.+ and Google Analytics 3.14.+)

Version 1.1.6 (27th June, 2017)

(Supports analytics-ios 3.+ and Google Analytics 3.14.+)

Version 1.1.5 (4th November, 2016)

(Supports analytics-ios 3.+ and Google Analytics 3.14.+)

pod 'GoogleAnalytics'
pod 'Segment-GoogleAnalytics/StaticLibWorkaround'

Version 1.1.4 (14th September, 2016)

(Supports analytics-ios 3.+)

Version 1.1.3 (27th July, 2016)

(Supports analytics-ios 3.0.+)

Version 1.1.2 (7th June, 2016)

(Supports analytics-ios 3.0.+)

Version 1.1.0 (11th May, 2016)

(Supports analytics-ios 3.0.+ and Google Analytics 3.14.+)

Version 1.0.1 (26th November, 2015)

(Supports analytics-ios 3.0.+ and Google Analytics 3.14.+)

Version 1.0.0 (24th November, 2015)

(Supports analytics-ios 3.0.+ and Google Analytics 3.14.+)

Initial stable release.

Version 1.0.0-alpha (18th November, 2015)

(Supports analytics-ios 3.0.+ and Google Analytics 3.14.+)

Initial release.