Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.05 KB

Entracer Swift Library

Entracer tracking library for iOS (Swift) makes it easier to integrate Entracer API into your iOS application.

Installation

You may integrate Entracer framework via Cocoapods or manually using following steps.

CocoaPods

Entracer supports CocoaPods for easy installation. Add following line to your pod file.

pod 'Entracer'

Carthage

Entracer also supports Carthage installation. Add following line to your cartfile.

github "Entracer/entracer-ios"

Manual Installation

We always recommend integrating our SDK via CocoaPods. But in case when required use following steps to integrate Entracer framework manually.

  1. Drag the Entracer.xcodeproj into your XCode project.
  2. Under General tab of your XCode project, add the Entracer framework as an embedded binary.