-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathRollbar.podspec
149 lines (126 loc) · 7.6 KB
/
Rollbar.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
Pod::Spec.new do |s|
s.version = "1.12.14"
s.name = "Rollbar"
s.summary = "Objective-C library for crash reporting and logging with Rollbar. It works on iOS and macOS."
s.description = <<-DESC
Find, fix, and resolve errors with Rollbar.
Easily send error data using Rollbar's API.
Analyze, de-dupe, send alerts, and prepare the data for further analysis.
Search, sort, and prioritize via the Rollbar dashboard.
DESC
s.homepage = "https://rollbar.com"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Rollbar" => "[email protected]" }
s.social_media_url = "http://twitter.com/rollbar"
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.12'
s.source = { :git => "https://github.com/rollbar/rollbar-ios.git",
:tag => "v#{s.version}",
:submodules => true
}
s.source_files = 'KSCrash/Source/KSCrash/**/*.{m,h,mm,c,cpp}',
'RollbarFramework/*.{h,m}',
'Rollbar/*.{h,m}',
'Rollbar/Abstraction_Common/*.{h,m}',
'Rollbar/Abstraction_DTO/*.{h,m}',
'Rollbar/Abstraction_Deploys/*.{h,m}',
'Rollbar/Common/*.{h,m}',
'Rollbar/Notifier/*.{h,m}',
'Rollbar/Notifier_DTOs/*.{h,m}',
'Rollbar/Deploys/*.{h,m}',
'Rollbar/Deploys_DTOs/*.{h,m}'
s.public_header_files =
'RollbarFramework/Rollbar.h',
'Rollbar/Abstraction_Common/Persistent.h',
'Rollbar/Abstraction_Common/JSONSupport.h',
'Rollbar/Abstraction_DTO/RollbarDTOAbstraction.h',
'Rollbar/Abstraction_DTO/DataTransferObject.h',
'Rollbar/Abstraction_DTO/DataTransferObject+CustomData.h',
'Rollbar/Abstraction_Deploys/RollbarDeploysProtocol.h',
'Rollbar/Common/TriStateFlag.h',
'Rollbar/Notifier/RollbarFacade.h',
'Rollbar/Notifier/RollbarNotifier.h',
'Rollbar/Notifier/RollbarConfiguration.h',
'Rollbar/Notifier/RollbarTelemetry.h',
'Rollbar/Notifier/RollbarLog.h',
'Rollbar/Notifier/RollbarKSCrashReportSink.h',
'Rollbar/Notifier/RollbarKSCrashInstallation.h',
'Rollbar/Notifier/RollbarJSONFriendlyProtocol.h',
'Rollbar/Notifier/RollbarJSONFriendlyObject.h',
'Rollbar/Notifier_DTOs/RollbarPayloadDTOs.h',
'Rollbar/Notifier_DTOs/RollbarLevel.h',
'Rollbar/Notifier_DTOs/CaptureIpType.h',
'Rollbar/Notifier_DTOs/HttpMethod.h',
'Rollbar/Notifier_DTOs/RollbarAppLanguage.h',
'Rollbar/Notifier_DTOs/RollbarSource.h',
'Rollbar/Notifier_DTOs/RollbarPayload.h',
'Rollbar/Notifier_DTOs/RollbarData.h',
'Rollbar/Notifier_DTOs/RollbarBody.h',
'Rollbar/Notifier_DTOs/RollbarMessage.h',
'Rollbar/Notifier_DTOs/RollbarTrace.h',
'Rollbar/Notifier_DTOs/RollbarCallStackFrame.h',
'Rollbar/Notifier_DTOs/RollbarCallStackFrameContext.h',
'Rollbar/Notifier_DTOs/RollbarException.h',
'Rollbar/Notifier_DTOs/RollbarCrashReport.h',
'Rollbar/Notifier_DTOs/RollbarConfig.h',
'Rollbar/Notifier_DTOs/RollbarServerConfig.h',
'Rollbar/Notifier_DTOs/RollbarDestination.h',
'Rollbar/Notifier_DTOs/RollbarDeveloperOptions.h',
'Rollbar/Notifier_DTOs/RollbarProxy.h',
'Rollbar/Notifier_DTOs/RollbarScrubbingOptions.h',
'Rollbar/Notifier_DTOs/RollbarRequest.h',
'Rollbar/Notifier_DTOs/RollbarPerson.h',
'Rollbar/Notifier_DTOs/RollbarModule.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryOptions.h',
'Rollbar/Notifier_DTOs/RollbarLoggingOptions.h',
'Rollbar/Notifier_DTOs/RollbarServer.h',
'Rollbar/Notifier_DTOs/RollbarClient.h',
'Rollbar/Notifier_DTOs/RollbarJavascript.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryType.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryEvent.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryBody.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryLogBody.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryViewBody.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryErrorBody.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryNavigationBody.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryNetworkBody.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryConnectivityBody.h',
'Rollbar/Notifier_DTOs/RollbarTelemetryManualBody.h',
'Rollbar/Deploys/RollbarDeploys.h',
'Rollbar/Deploys/RollbarDeploysManager.h',
'Rollbar/Deploys_DTOs/RollbarDeploysDTOs.h',
'Rollbar/Deploys_DTOs/Deployment.h',
'Rollbar/Deploys_DTOs/DeploymentDetails.h',
'Rollbar/Deploys_DTOs/DeployApiCallResult.h',
'Rollbar/Deploys_DTOs/DeployApiCallOutcome.h',
'KSCrash/Source/KSCrash/Recording/KSCrash.h',
'KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h',
'KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h',
'KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h',
'KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h',
'KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h',
'KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h',
'KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h'
s.ios.frameworks =
"Foundation",
"SystemConfiguration",
"UIKit",
"MessageUI"
s.osx.frameworks =
"Foundation",
"SystemConfiguration"
s.libraries =
"c++",
"z"
s.requires_arc = true
s.pod_target_xcconfig = {
"USE_HEADERMAP" => "NO",
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/Rollbar/**\"",
"ONLY_ACTIVE_ARCH" => "YES",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" => "arm64"
}
s.user_target_xcconfig = {
"ONLY_ACTIVE_ARCH" => "YES",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" => "arm64"
}
end