Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.14 KB

File metadata and controls

42 lines (25 loc) · 1.14 KB

Hellotext

[![CI Status](https://img.shields.io/travis/Breno Morais/Hellotext.svg?style=flat)](https://travis-ci.org/Breno Morais/Hellotext) Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 13

Installation

Hellotext is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Hellotext'

Usage

Hellotext SDK will automatically track important events in your application.

To manually trigger an event, use the following code:

Hellotext.shared.track(action: "Action", appParameters: ["Key": "Value"])

Author

Breno Morais, brenomorais88@gmail.com

License

Hellotext is available under the MIT license. See the LICENSE file for more info.