blob: 040e13432839e82855fd273205ef0a08233fb027 [file] [log] [blame]
{
"name": "opentracing",
"version": "0.1.8",
"summary": "The OpenTracing API for Objective-C",
"description": "The OpenTracing API for Objective-C, per opentracing.io.",
"homepage": "https://github.com/opentracing/opentracing-objc",
"license": "MIT",
"authors": {
"The OpenTracing Authors": "info@opentracing.io"
},
"source": {
"git": "https://github.com/opentracing/opentracing-objc.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"opentracing": [
"Pod/Assets/*.png"
]
}
}