[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / e / Rollbar / 1.11.6 / Rollbar.podspec.json
blobad795c32070ca022367b784d1faed6a9eb1e34a2
2   "name": "Rollbar",
3   "version": "1.11.6",
4   "summary": "Objective-C library for crash reporting and logging with Rollbar. It works on iOS and macOS.",
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.11.6",
22     "submodules": true
23   },
24   "source_files": [
25     "KSCrash/Source/KSCrash/**/*.{m,h,mm,c,cpp}",
26     "Rollbar/*.{h,m}",
27     "Rollbar/DTOs/*.{h,m}",
28     "Rollbar/Deploys/*.{h,m}"
29   ],
30   "public_header_files": [
31     "Rollbar/Rollbar.h",
32     "Rollbar/RollbarFacade.h",
33     "Rollbar/RollbarNotifier.h",
34     "Rollbar/RollbarConfiguration.h",
35     "Rollbar/RollbarTelemetry.h",
36     "Rollbar/RollbarTelemetryType.h",
37     "Rollbar/RollbarLog.h",
38     "Rollbar/RollbarJSONFriendlyProtocol.h",
39     "Rollbar/RollbarJSONFriendlyObject.h",
40     "Rollbar/RollbarKSCrashReportSink.h",
41     "Rollbar/RollbarKSCrashInstallation.h",
42     "Rollbar/Deploys/RollbarDeploysProtocol.h",
43     "Rollbar/Deploys/RollbarDeploysManager.h",
44     "Rollbar/Deploys/DeployApiCallOutcome.h",
45     "Rollbar/Deploys/Deployment.h",
46     "Rollbar/Deploys/DeploymentDetails.h",
47     "Rollbar/Deploys/DeployApiCallResult.h",
48     "Rollbar/Deploys/RollbarDeploysDTOs.h",
49     "Rollbar/Deploys/RollbarDeploys.h",
50     "Rollbar/DTOs/JSONSupport.h",
51     "Rollbar/DTOs/Persistent.h",
52     "Rollbar/DTOs/DataTransferObject.h",
53     "Rollbar/DTOs/DataTransferObject+CustomData.h",
54     "Rollbar/DTOs/RollbarDTOAbstraction.h",
55     "Rollbar/DTOs/RollbarLevel.h",
56     "Rollbar/DTOs/TriStateFlag.h",
57     "Rollbar/DTOs/CaptureIpType.h",
58     "Rollbar/DTOs/HttpMethod.h",
59     "Rollbar/DTOs/RollbarAppLanguage.h",
60     "Rollbar/DTOs/RollbarPayload.h",
61     "Rollbar/DTOs/RollbarData.h",
62     "Rollbar/DTOs/RollbarBody.h",
63     "Rollbar/DTOs/RollbarMessage.h",
64     "Rollbar/DTOs/RollbarTrace.h",
65     "Rollbar/DTOs/RollbarCallStackFrame.h",
66     "Rollbar/DTOs/RollbarCallStackFrameContext.h",
67     "Rollbar/DTOs/RollbarException.h",
68     "Rollbar/DTOs/RollbarCrashReport.h",
69     "Rollbar/DTOs/RollbarConfig.h",
70     "Rollbar/DTOs/RollbarServerConfig.h",
71     "Rollbar/DTOs/RollbarDestination.h",
72     "Rollbar/DTOs/RollbarDeveloperOptions.h",
73     "Rollbar/DTOs/RollbarProxy.h",
74     "Rollbar/DTOs/RollbarScrubbingOptions.h",
75     "Rollbar/DTOs/RollbarRequest.h",
76     "Rollbar/DTOs/RollbarPerson.h",
77     "Rollbar/DTOs/RollbarModule.h",
78     "Rollbar/DTOs/RollbarTelemetryOptions.h",
79     "Rollbar/DTOs/RollbarLoggingOptions.h",
80     "Rollbar/DTOs/RollbarServer.h",
81     "Rollbar/DTOs/RollbarClient.h",
82     "Rollbar/DTOs/RollbarJavascript.h",
83     "Rollbar/DTOs/RollbarPayloadDTOs.h",
84     "KSCrash/Source/KSCrash/Recording/KSCrash.h",
85     "KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h",
86     "KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h",
87     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
88     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
89     "KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h",
90     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
91     "KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h"
92   ],
93   "ios": {
94     "frameworks": [
95       "Foundation",
96       "SystemConfiguration",
97       "UIKit",
98       "MessageUI"
99     ]
100   },
101   "osx": {
102     "frameworks": [
103       "Foundation",
104       "SystemConfiguration"
105     ]
106   },
107   "libraries": [
108     "c++",
109     "z"
110   ],
111   "requires_arc": true