[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 9 / ApplicationInsights / 1.0-beta.2 / ApplicationInsights.podspec.json
blob50ac2d110091fcbd0b614c4e2f78ad0e60204128
2   "name": "ApplicationInsights",
3   "version": "1.0-beta.2",
4   "summary": "Microsoft Application Insights SDK for iOS",
5   "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",
6   "homepage": "https://github.com/Microsoft/ApplicationInsights-iOS/",
7   "license": {
8     "type": "MIT",
9     "file": "ApplicationInsights/LICENSE"
10   },
11   "authors": {
12     "Microsoft": "appinsights-ios@microsoft.com"
13   },
14   "source": {
15     "http": "https://github.com/Microsoft/ApplicationInsights-iOS/releases/download/v1.0-beta.2/ApplicationInsights-1.0-beta.2.zip"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "SystemConfiguration",
25     "Security",
26     "libz"
27   ],
28   "weak_frameworks": "CoreTelephony",
29   "ios": {
30     "vendored_frameworks": "ApplicationInsights/ApplicationInsights.framework"
31   },
32   "preserve_paths": "ApplicationInsights/README.md"