[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 9 / ApplicationInsights / 1.0-beta.5 / ApplicationInsights.podspec.json
blobb6c354aaf18bd328e16334a3b59a43df845d8aa2
2   "name": "ApplicationInsights",
3   "version": "1.0-beta.5",
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.5/ApplicationInsights-1.0-beta.5.zip"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "SystemConfiguration",
25     "Security",
26     "CoreTelephony"
27   ],
28   "libraries": [
29     "z",
30     "c++"
31   ],
32   "ios": {
33     "vendored_frameworks": "ApplicationInsights/ApplicationInsights.framework"
34   },
35   "preserve_paths": "ApplicationInsights/README.md"