blob: a9ff19a4282ddf471954f5f9dc9dded8d1054390 [file] [log] [blame]
{
"name": "ApplicationInsights-OSX",
"version": "1.0-alpha.2",
"summary": "Microsoft Application Insights SDK for OSX",
"description": " Application Insights is a service that allows developers to keep their applications available, performant, and successful. \n This SDK will allow you to send telemetry of various kinds (event, trace, exception, etc.) and useful crash reports to the Application Insights service where they can be visualized in the Azure Portal.\n",
"homepage": "https://github.com/Microsoft/ApplicationInsights-OSX/",
"license": {
"type": "MIT",
"file": "ApplicationInsightsOSX/LICENSE"
},
"authors": {
"Microsoft": "appinsights-ios@microsoft.com"
},
"source": {
"http": "https://github.com/Microsoft/ApplicationInsights-OSX/releases/download/v1.0-alpha.2/ApplicationInsightsOSX-1.0-alpha.2.zip"
},
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"osx": {
"vendored_frameworks": "ApplicationInsightsOSX/ApplicationInsightsOSX.framework"
},
"preserve_paths": "ApplicationInsightsOSX/README.md",
"deprecated": true
}