blob: 2957d8974a31da6e5b17244994158b09b5b937bf [file] [log] [blame]
{
"name": "opentracing",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"opentracing": [
"Pod/Assets/*.png"
]
}
}