blob: 9ddd9c0bb2d066bb0a570c5ce718150039fa675b [file] [log] [blame]
{
"name": "lightstep",
"version": "1.0.26",
"summary": "The LightStep Objective-C OpenTracing library.",
"description": "LightStep bindings for the OpenTracing API.",
"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.0.26"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"lightstep": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"thrift": [
"0.9.2"
]
}
}