/analytics-ios

The hassle-free way to integrate analytics into any iOS application.

Primary LanguageObjective-CMIT LicenseMIT

Analytics

Circle CI Version License codecov

analytics-ios is an iOS client for Segment.

Special thanks to Tony Xiao, Lee Hasiuk and Cristian Bica for their contributions to the library!

Installation

Analytics is available through CocoaPods and Carthage.

CocoaPods

    pod "Analytics", :git => 'https://github.com/ozetadev/analytics-ios.git', :branch => 'master'

If you'd rather have a version that lags behind but has been field tested longer, you may use

    pod "Analytics", :git => 'https://github.com/ozetadev/analytics-ios.git', :branch => 'master'

Carthage

github "segmentio/analytics-ios"

Quickstart

Refer to the Quickstart documentation at https://segment.com/docs/libraries/ios/quickstart.

Documentation

More detailed documentation is available at https://segment.com/docs/libraries/ios.