blob: bf29bbc73c2f182191e5e2d0e02446d2afb0348c [file] [log] [blame]
{
"name": "CorrelationVector",
"version": "1.0.0",
"summary": "Provides the Swift implementation of the CorrelationVector protocol for tracing and correlation of events through a distributed system.",
"description": "CorrelationVector library provides the Swift implementation of the CorrelationVector protocol for tracing and correlation of events through a distributed system. Correlation Vector (a.k.a. cV) is a format and protocol standard for tracing and correlation of events through a distributed system based on a light weight vector clock. The standard is widely used internally at Microsoft for first party applications and services and supported across multiple logging libraries and platforms (Services, Clients - Native, Managed, JS, iOS, Android etc). The standard powers a variety of different data processing needs ranging from distributed tracing & debugging to system and business intelligence, in various business organizations.",
"homepage": "https://github.com/microsoft/CorrelationVector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"documentation_url": "https://github.com/microsoft/CorrelationVector",
"authors": {
"Microsoft": "askcodex@microsoft.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/microsoft/CorrelationVector-Swift.git",
"tag": "1.0.0"
},
"source_files": "Sources/CorrelationVector/*",
"preserve_paths": "README.md",
"frameworks": "Foundation",
"requires_arc": true,
"swift_version": "5.0"
}