[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / e / Rollbar / 1.12.9 / Rollbar.podspec.json
blob67919889bca04ac0ff18f1dc182d10a6364c3f58
2   "name": "Rollbar",
3   "version": "1.12.9",
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.12.9",
22     "submodules": true
23   },
24   "source_files": [
25     "KSCrash/Source/KSCrash/**/*.{m,h,mm,c,cpp}",
26     "RollbarFramework/*.{h,m}",
27     "Rollbar/*.{h,m}",
28     "Rollbar/Abstraction_Common/*.{h,m}",
29     "Rollbar/Abstraction_DTO/*.{h,m}",
30     "Rollbar/Abstraction_Deploys/*.{h,m}",
31     "Rollbar/Common/*.{h,m}",
32     "Rollbar/Notifier/*.{h,m}",
33     "Rollbar/Notifier_DTOs/*.{h,m}",
34     "Rollbar/Deploys/*.{h,m}",
35     "Rollbar/Deploys_DTOs/*.{h,m}"
36   ],
37   "public_header_files": [
38     "RollbarFramework/Rollbar.h",
39     "Rollbar/Abstraction_Common/Persistent.h",
40     "Rollbar/Abstraction_Common/JSONSupport.h",
41     "Rollbar/Abstraction_DTO/RollbarDTOAbstraction.h",
42     "Rollbar/Abstraction_DTO/DataTransferObject.h",
43     "Rollbar/Abstraction_DTO/DataTransferObject+CustomData.h",
44     "Rollbar/Abstraction_Deploys/RollbarDeploysProtocol.h",
45     "Rollbar/Common/TriStateFlag.h",
46     "Rollbar/Notifier/RollbarFacade.h",
47     "Rollbar/Notifier/RollbarNotifier.h",
48     "Rollbar/Notifier/RollbarConfiguration.h",
49     "Rollbar/Notifier/RollbarTelemetry.h",
50     "Rollbar/Notifier/RollbarLog.h",
51     "Rollbar/Notifier/RollbarKSCrashReportSink.h",
52     "Rollbar/Notifier/RollbarKSCrashInstallation.h",
53     "Rollbar/Notifier/RollbarJSONFriendlyProtocol.h",
54     "Rollbar/Notifier/RollbarJSONFriendlyObject.h",
55     "Rollbar/Notifier_DTOs/RollbarPayloadDTOs.h",
56     "Rollbar/Notifier_DTOs/RollbarLevel.h",
57     "Rollbar/Notifier_DTOs/CaptureIpType.h",
58     "Rollbar/Notifier_DTOs/HttpMethod.h",
59     "Rollbar/Notifier_DTOs/RollbarAppLanguage.h",
60     "Rollbar/Notifier_DTOs/RollbarSource.h",
61     "Rollbar/Notifier_DTOs/RollbarPayload.h",
62     "Rollbar/Notifier_DTOs/RollbarData.h",
63     "Rollbar/Notifier_DTOs/RollbarBody.h",
64     "Rollbar/Notifier_DTOs/RollbarMessage.h",
65     "Rollbar/Notifier_DTOs/RollbarTrace.h",
66     "Rollbar/Notifier_DTOs/RollbarCallStackFrame.h",
67     "Rollbar/Notifier_DTOs/RollbarCallStackFrameContext.h",
68     "Rollbar/Notifier_DTOs/RollbarException.h",
69     "Rollbar/Notifier_DTOs/RollbarCrashReport.h",
70     "Rollbar/Notifier_DTOs/RollbarConfig.h",
71     "Rollbar/Notifier_DTOs/RollbarServerConfig.h",
72     "Rollbar/Notifier_DTOs/RollbarDestination.h",
73     "Rollbar/Notifier_DTOs/RollbarDeveloperOptions.h",
74     "Rollbar/Notifier_DTOs/RollbarProxy.h",
75     "Rollbar/Notifier_DTOs/RollbarScrubbingOptions.h",
76     "Rollbar/Notifier_DTOs/RollbarRequest.h",
77     "Rollbar/Notifier_DTOs/RollbarPerson.h",
78     "Rollbar/Notifier_DTOs/RollbarModule.h",
79     "Rollbar/Notifier_DTOs/RollbarTelemetryOptions.h",
80     "Rollbar/Notifier_DTOs/RollbarLoggingOptions.h",
81     "Rollbar/Notifier_DTOs/RollbarServer.h",
82     "Rollbar/Notifier_DTOs/RollbarClient.h",
83     "Rollbar/Notifier_DTOs/RollbarJavascript.h",
84     "Rollbar/Notifier_DTOs/RollbarTelemetryType.h",
85     "Rollbar/Notifier_DTOs/RollbarTelemetryEvent.h",
86     "Rollbar/Notifier_DTOs/RollbarTelemetryBody.h",
87     "Rollbar/Notifier_DTOs/RollbarTelemetryLogBody.h",
88     "Rollbar/Notifier_DTOs/RollbarTelemetryViewBody.h",
89     "Rollbar/Notifier_DTOs/RollbarTelemetryErrorBody.h",
90     "Rollbar/Notifier_DTOs/RollbarTelemetryNavigationBody.h",
91     "Rollbar/Notifier_DTOs/RollbarTelemetryNetworkBody.h",
92     "Rollbar/Notifier_DTOs/RollbarTelemetryConnectivityBody.h",
93     "Rollbar/Notifier_DTOs/RollbarTelemetryManualBody.h",
94     "Rollbar/Deploys/RollbarDeploys.h",
95     "Rollbar/Deploys/RollbarDeploysManager.h",
96     "Rollbar/Deploys_DTOs/RollbarDeploysDTOs.h",
97     "Rollbar/Deploys_DTOs/Deployment.h",
98     "Rollbar/Deploys_DTOs/DeploymentDetails.h",
99     "Rollbar/Deploys_DTOs/DeployApiCallResult.h",
100     "Rollbar/Deploys_DTOs/DeployApiCallOutcome.h",
101     "KSCrash/Source/KSCrash/Recording/KSCrash.h",
102     "KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h",
103     "KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h",
104     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
105     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
106     "KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h",
107     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
108     "KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h"
109   ],
110   "ios": {
111     "frameworks": [
112       "Foundation",
113       "SystemConfiguration",
114       "UIKit",
115       "MessageUI"
116     ]
117   },
118   "osx": {
119     "frameworks": [
120       "Foundation",
121       "SystemConfiguration"
122     ]
123   },
124   "libraries": [
125     "c++",
126     "z"
127   ],
128   "requires_arc": true,
129   "pod_target_xcconfig": {
130     "USE_HEADERMAP": "NO",
131     "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/Rollbar/**\""
132   }