blob: 1b0af32f24dc6e540887f775b05b04e7bf696e82 [file] [log] [blame]
{
"name": "ApplicationInsights-OSX",
"version": "1.0-beta.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. \nThis SDK will allow you to send telemetry of various kinds (event, trace, page views, etc.) to the Application Insights service where they can be visualized in the Azure Portal.",
"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-beta.2/ApplicationInsightsOSX-1.0-beta.2.zip"
},
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"osx": {
"vendored_frameworks": "ApplicationInsightsOSX/ApplicationInsightsOSX.framework"
},
"preserve_paths": "ApplicationInsightsOSX/README.md",
"deprecated": true
}