blob: 9329190b78422b65f8ece84efd1dd7df8c5d0954 [file] [log] [blame]
{
"name": "lightstep",
"version": "3.2.14",
"summary": "The LightStep Objective-C OpenTracing library.",
"description": "LightStep (lightstep.com) bindings for the OpenTracing API (opentracing.io).",
"homepage": "https://github.com/lightstep/lightstep-tracer-objc",
"license": "MIT",
"authors": {
"LightStep": "support@lightstep.com"
},
"source": {
"git": "https://github.com/lightstep/lightstep-tracer-objc.git",
"tag": "3.2.14"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Pod/Classes/*",
"requires_arc": true,
"dependencies": {
"opentracing": [
"~>0.5.1"
]
}
}