Skip to content

undefinedlabs/opentracing-objc

 
 

Repository files navigation

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")
]

Packages

No packages published

Languages

  • Objective-C 89.1%
  • Makefile 4.9%
  • Ruby 3.3%
  • Swift 2.7%