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