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