neonichu / segmentio-simple

This is a very minimal library for interacting with Segment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

segmentio-simple

No Maintenance Intended CI Status Version License Platform

Usage

This is a very minimal library for interacting with Segment, which is useful when you only want server-side integrations. In contrast to the official SDK, it also supports OS X.

Just pass your write-token and start tracking events with custom properties like this:

[[[BBUSegmentTracker alloc] initWithToken:@"segmentio-token"]
	trackEvent:@"#yolo" withProperties:@{ @"yep": @23 }
	completionHandler:nil];

Installation

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

pod "segmentio-simple"

Author

Boris Bügling, boris@buegling.com

License

segmentio-simple is available under the MIT license. See the LICENSE file for more info.

About

This is a very minimal library for interacting with Segment.

License:MIT License


Languages

Language:Objective-C 92.3%Language:Ruby 7.7%