blob: 7f7ebc1888aaba7ce32861a9d4b2054478b61a6c [file] [log] [blame]
{
"name": "lightstep",
"version": "1.2.10",
"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": "1.2.10"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
},
"dependencies": {
"opentracing": [
"~>0.1.0"
]
}
}