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