blob: 75f2a42186aef753205100d6d74b6499f3a5fc85 [file] [log] [blame]
{
"name": "lightstep",
"version": "1.2.0",
"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.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"lightstep": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"thrift": [
"0.9.2"
]
}
}