[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / 4 / 9 / ApplicationInsights / 1.0-beta.7 / ApplicationInsights.podspec.json
blob5c5a0b9928e81b0c1beece8c820bf26ed661408c
2   "name": "ApplicationInsights",
3   "deprecated": true,
4   "version": "1.0-beta.7",
5   "summary": "Microsoft Application Insights SDK for iOS",
6   "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, exception, etc.) and useful crash reports to the Application Insights service where they can be visualized in the Azure Portal.",
7   "homepage": "https://github.com/Microsoft/ApplicationInsights-iOS/",
8   "license": {
9     "type": "MIT",
10     "file": "ApplicationInsights/LICENSE"
11   },
12   "authors": {
13     "Microsoft": "appinsights-ios@microsoft.com"
14   },
15   "source": {
16     "http": "https://github.com/Microsoft/ApplicationInsights-iOS/releases/download/v1.0-beta.7/ApplicationInsights-1.0-beta.7.zip"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "CoreTelephony",
24     "UIKit",
25     "Foundation",
26     "SystemConfiguration",
27     "Security"
28   ],
29   "libraries": "z",
30   "preserve_paths": "ApplicationInsights/README.md",
31   "vendored_frameworks": "ApplicationInsights/ApplicationInsights/ApplicationInsights.framework"