This library is an Objective-C platform API for OpenTracing.
In order to understand the Objective-C platform API, one must first be familiar with the OpenTracing project and terminology more specifically.
Use CocoaPods!
pod "opentracing"Use Carthage!
github "opentracing/opentracing-objc"dependencies: [
.package(url: "https://github.com/opentracing/opentracing-objc", from: "0.5.2")
]