[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / e / Rollbar / 1.4.1 / Rollbar.podspec.json
blob8c680aa4ebf982a8c339b105180b617feb828d47
2   "name": "Rollbar",
3   "version": "1.4.1",
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": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/rollbar/rollbar-ios.git",
20     "tag": "v1.4.1",
21     "submodules": true
22   },
23   "source_files": [
24     "KSCrash/Source/KSCrash/**/*.{m,h,mm,c,cpp}",
25     "Rollbar/*.{h,m}"
26   ],
27   "public_header_files": [
28     "Rollbar/Rollbar.h",
29     "Rollbar/RollbarNotifier.h",
30     "Rollbar/RollbarLogger.h",
31     "Rollbar/RollbarConfiguration.h",
32     "Rollbar/RollbarLevel.h",
33     "Rollbar/RollbarPayloadTruncator.h",
34     "Rollbar/RollbarReachability.h",
35     "Rollbar/RollbarFileReader.h",
36     "Rollbar/RollbarThread.h",
37     "Rollbar/RollbarTelemetry.h",
38     "Rollbar/RollbarTelemetryType.h",
39     "Rollbar/NSJSONSerialization+Rollbar.h",
40     "Rollbar/RollbarKSCrashReportSink.h",
41     "Rollbar/RollbarKSCrashInstallation.h",
42     "Rollbar/Deploys/RollbarDeploysProtocol.h",
43     "Rollbar/Deploys/RollbarDeploysManager.h",
44     "Rollbar/Deploys/Deployment.h",
45     "Rollbar/Deploys/DeploymentDetails.h",
46     "Rollbar/Deploys/DeployApiCallResult.h",
47     "KSCrash/Source/KSCrash/Recording/KSCrash.h",
48     "KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h",
49     "KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h",
50     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
51     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
52     "KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h",
53     "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
54     "KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h"
55   ],
56   "frameworks": [
57     "SystemConfiguration",
58     "MessageUI",
59     "UIKit",
60     "Foundation"
61   ],
62   "libraries": [
63     "c++",
64     "z"
65   ],
66   "requires_arc": true