[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / e / Rollbar / 1.9.1 / Rollbar.podspec.json
blob24fb0dc84bbf1c51ec24d41122edeedd9e01c8e1
2   "name": "Rollbar",
3   "version": "1.9.1",
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.9.1",
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/RollbarNotifier.h",
33     "Rollbar/RollbarConfiguration.h",
34     "Rollbar/RollbarLevel.h",
35     "Rollbar/RollbarTelemetry.h",
36     "Rollbar/RollbarTelemetryType.h",
37     "Rollbar/RollbarKSCrashReportSink.h",
38     "Rollbar/RollbarKSCrashInstallation.h",
39     "Rollbar/Deploys/RollbarDeploysProtocol.h",
40     "Rollbar/Deploys/RollbarDeploysManager.h",
41     "Rollbar/RollbarJSONFriendlyProtocol.h",
42     "Rollbar/RollbarJSONFriendlyObject.h",
43     "Rollbar/Deploys/Deployment.h",
44     "Rollbar/Deploys/DeploymentDetails.h",
45     "Rollbar/Deploys/DeployApiCallResult.h",
46     "Rollbar/DTOs/JSONSupport.h",
47     "Rollbar/DTOs/DataTransferObject.h",
48     "Rollbar/DTOs/DataTransferObject+CustomData.h",
49     "Rollbar/DTOs/CaptureIpType.h",
50     "Rollbar/DTOs/RollbarConfig.h",
51     "Rollbar/DTOs/RollbarDestination.h",
52     "Rollbar/DTOs/RollbarDeveloperOptions.h",
53     "Rollbar/DTOs/RollbarProxy.h",
54     "Rollbar/DTOs/RollbarScrubbingOptions.h",
55     "Rollbar/DTOs/RollbarServer.h",
56     "Rollbar/DTOs/RollbarPerson.h",
57     "Rollbar/DTOs/RollbarModule.h",
58     "Rollbar/DTOs/RollbarTelemetryOptions.h",
59     "Rollbar/DTOs/RollbarLoggingOptions.h",
60     "KSCrash/Source/KSCrash/Recording/KSCrash.h",
61     "KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h",
62     "KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h",
63     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
64     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
65     "KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h",
66     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
67     "KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h"
68   ],
69   "ios": {
70     "frameworks": [
71       "Foundation",
72       "SystemConfiguration",
73       "UIKit",
74       "MessageUI"
75     ]
76   },
77   "osx": {
78     "frameworks": [
79       "Foundation",
80       "SystemConfiguration"
81     ]
82   },
83   "libraries": [
84     "c++",
85     "z"
86   ],
87   "requires_arc": true