igunduz91 / segmentify-ios-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentify iOS SDK

Segmentify SDK for sending events and rendering recommendations for iOS based devices

Supports iOS 9 and higher devices.

Current Version 1.3.3

Installation

You can install Segmentify iOS SDK to your application by using Pod Module.

Please add following line to your Podfile:

pod "Segmentify"

Usage

To learn more about how to integrate Segmentify iOS SDK to your application, please check Integration Guide.

For other integrations you can check Master Integration guide too.

Inside your Xcode project's root folder run the following commands.

  • Run pod init to create an empty pod file
  • Run pod install to add Cocoapods to your project
  • Run open YourProject.xcworkspace to your new Xcode project's workspace.

Example Usage GIF

License

Segmentify iOS SDK is available under the BSD-2 license. Please check LICENSE file to learn more about details.

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Swift 99.1%Language:Ruby 0.7%Language:Objective-C 0.2%