blob: 8f08fc45beb36d57ea3c8d8e706bdad4ee4f0349 [file] [log] [blame]
{
"name": "lightstep",
"version": "3.2.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Pod/Classes/*",
"requires_arc": true,
"dependencies": {
"opentracing": [
"~>0.4.0"
]
}
}