[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / e / Rollbar / 1.8.0-alpha8 / Rollbar.podspec.json
blob9dd0cf8f01ffe653ea2830f6d49cd56bee4b2ec2
2   "name": "Rollbar",
3   "version": "1.8.0-alpha8",
4   "summary": "Objective-C library for crash reporting and logging with Rollbar.",
5   "description": "Find, fix, and resolve errors with Rollbar.\nEasily send error data using Rollbar's API.\nAnalyze, de-dupe, send alerts, and prepare the data for further analysis.\nSearch, sort, and prioritize via the Rollbar dashboard.",
6   "homepage": "https://rollbar.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rollbar": "support@rollbar.com"
13   },
14   "social_media_url": "http://twitter.com/rollbar",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.12"
18   },
19   "source": {
20     "git": "https://github.com/rollbar/rollbar-ios.git",
21     "tag": "v1.8.0-alpha8",
22     "submodules": true
23   },
24   "source_files": [
25     "KSCrash/Source/KSCrash/**/*.{m,h,mm,c,cpp}",
26     "Rollbar/*.{h,m}",
27     "Rollbar/Deploys/*.{h,m}"
28   ],
29   "public_header_files": [
30     "Rollbar/Rollbar.h",
31     "Rollbar/RollbarNotifier.h",
32     "Rollbar/RollbarConfiguration.h",
33     "Rollbar/RollbarLevel.h",
34     "Rollbar/RollbarJSONFriendlyProtocol.h",
35     "Rollbar/RollbarJSONFriendlyObject.h",
36     "Rollbar/RollbarTelemetry.h",
37     "Rollbar/RollbarTelemetryType.h",
38     "Rollbar/RollbarKSCrashReportSink.h",
39     "Rollbar/RollbarKSCrashInstallation.h",
40     "Rollbar/Deploys/RollbarDeploysProtocol.h",
41     "Rollbar/Deploys/RollbarDeploysManager.h",
42     "Rollbar/Deploys/Deployment.h",
43     "Rollbar/Deploys/DeploymentDetails.h",
44     "Rollbar/Deploys/DeployApiCallResult.h",
45     "KSCrash/Source/KSCrash/Recording/KSCrash.h",
46     "KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h",
47     "KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h",
48     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
49     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
50     "KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h",
51     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
52     "KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h"
53   ],
54   "ios": {
55     "frameworks": [
56       "Foundation",
57       "SystemConfiguration",
58       "UIKit",
59       "MessageUI"
60     ]
61   },
62   "osx": {
63     "frameworks": [
64       "Foundation",
65       "SystemConfiguration"
66     ]
67   },
68   "libraries": [
69     "c++",
70     "z"
71   ],
72   "requires_arc": true