Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.47 KB

Gitter chat Version License Platform Carthage Compatible SwiftPM compatible

OpenTracing API for Objective-C

This library is an Objective-C platform API for OpenTracing.

Required Reading

In order to understand the Objective-C platform API, one must first be familiar with the OpenTracing project and terminology more specifically.

Installation (CocoaPods)

Use CocoaPods!

pod "opentracing"

Installation (Carthage)

Use Carthage!

github "opentracing/opentracing-objc"

Installation (SwiftPM)

dependencies: [
    .package(url: "https://github.com/opentracing/opentracing-objc", from: "0.5.2")
]