@@ -9,9 +9,9 @@ Pod::Spec.new do |sdk|
9
9
10
10
# Rollbar SDK:
11
11
# ============
12
- sdk . version = ' 2.0.0-alpha21'
13
- sdk . name = ' RollbarSDK'
14
- sdk . summary = ' Application/ client side SDK for accessing the Rollbar API Server.'
12
+ sdk . version = " 2.0.0-alpha22"
13
+ sdk . name = " RollbarSDK"
14
+ sdk . summary = " Application or client side SDK for accessing the Rollbar API Server."
15
15
sdk . description = <<-DESC
16
16
Find, fix, and resolve errors with Rollbar.
17
17
Easily send error data using Rollbar API.
@@ -31,11 +31,11 @@ Pod::Spec.new do |sdk|
31
31
sdk . source = { :git => "https://github.com/rollbar/rollbar-ios.git" ,
32
32
:tag => "v#{ sdk . version } "
33
33
}
34
- sdk . resource = ' rollbar-logo.png'
35
- sdk . ios . deployment_target = ' 9.0'
36
- sdk . osx . deployment_target = ' 10.10'
37
- sdk . tvos . deployment_target = ' 11.0'
38
- sdk . watchos . deployment_target = ' 4.0'
34
+ sdk . resource = " rollbar-logo.png"
35
+ sdk . ios . deployment_target = " 9.0"
36
+ sdk . osx . deployment_target = " 10.10"
37
+ sdk . tvos . deployment_target = " 11.0"
38
+ sdk . watchos . deployment_target = " 4.0"
39
39
40
40
# RollbarCommon module:
41
41
# =====================
@@ -52,9 +52,9 @@ Pod::Spec.new do |sdk|
52
52
# common.tvos.deployment_target = "11.0"
53
53
# common.watchos.deployment_target = "4.0"
54
54
55
- common . source_files = ' RollbarCommon/Sources/RollbarCommon/**/*.{h,m}'
55
+ common . source_files = " RollbarCommon/Sources/RollbarCommon/**/*.{h,m}"
56
56
# common.exclude_files = "Classes/Exclude"
57
- common . public_header_files = ' RollbarCommon/Sources/RollbarCommon/include/*.h'
57
+ common . public_header_files = " RollbarCommon/Sources/RollbarCommon/include/*.h"
58
58
# common.module_map = "RollbarCommon/Sources/RollbarCommon/include/module.modulemap"
59
59
# common.resource = "../rollbar-logo.png"
60
60
# common.resources = "Resources/*.png"
@@ -74,7 +74,7 @@ Pod::Spec.new do |sdk|
74
74
75
75
# RollbarDeploys module:
76
76
# =====================
77
- sdk . subspec ' RollbarDeploys' do |deploys |
77
+ sdk . subspec " RollbarDeploys" do |deploys |
78
78
deploys . name = "RollbarDeploys"
79
79
80
80
# Any platform, if omitted:
@@ -87,15 +87,15 @@ Pod::Spec.new do |sdk|
87
87
# deploys.tvos.deployment_target = "11.0"
88
88
# deploys.watchos.deployment_target = "4.0"
89
89
90
- deploys . source_files = ' RollbarDeploys/Sources/RollbarDeploys/**/*.{h,m}'
90
+ deploys . source_files = " RollbarDeploys/Sources/RollbarDeploys/**/*.{h,m}"
91
91
# deploys.exclude_files = "Classes/Exclude"
92
- deploys . public_header_files = ' RollbarDeploys/Sources/RollbarDeploys/include/*.h'
92
+ deploys . public_header_files = " RollbarDeploys/Sources/RollbarDeploys/include/*.h"
93
93
# deploys.module_map = "RollbarDeploys/Sources/RollbarDeploys/include/module.modulemap"
94
94
# deploys.resource = "../rollbar-logo.png"
95
95
# deploys.resources = "Resources/*.png"
96
96
# deploys.preserve_paths = "FilesToSave", "MoreFilesToSave"
97
97
98
- deploys . dependency ' RollbarSDK/RollbarCommon'
98
+ deploys . dependency " RollbarSDK/RollbarCommon"
99
99
deploys . framework = "Foundation"
100
100
# deploys.frameworks = "SomeFramework", "AnotherFramework"
101
101
# deploys.library = "iconv"
@@ -110,7 +110,7 @@ Pod::Spec.new do |sdk|
110
110
111
111
# RollbarNotifier module:
112
112
# =====================
113
- sdk . subspec ' RollbarNotifier' do |notifier |
113
+ sdk . subspec " RollbarNotifier" do |notifier |
114
114
notifier . name = "RollbarNotifier"
115
115
116
116
# Any platform, if omitted:
@@ -123,15 +123,15 @@ Pod::Spec.new do |sdk|
123
123
# notifier.tvos.deployment_target = "11.0"
124
124
# notifier.watchos.deployment_target = "4.0"
125
125
126
- notifier . source_files = ' RollbarNotifier/Sources/RollbarNotifier/**/*.{h,m}'
126
+ notifier . source_files = " RollbarNotifier/Sources/RollbarNotifier/**/*.{h,m}"
127
127
# notifier.exclude_files = "Classes/Exclude"
128
- notifier . public_header_files = ' RollbarNotifier/Sources/RollbarNotifier/include/*.h'
128
+ notifier . public_header_files = " RollbarNotifier/Sources/RollbarNotifier/include/*.h"
129
129
# notifier.module_map = "RollbarNotifier/Sources/RollbarNotifier/include/module.modulemap"
130
130
# notifier.resource = "../rollbar-logo.png"
131
131
# notifier.resources = "Resources/*.png"
132
132
# notifier.preserve_paths = "FilesToSave", "MoreFilesToSave"
133
133
134
- notifier . dependency ' RollbarSDK/RollbarCommon'
134
+ notifier . dependency " RollbarSDK/RollbarCommon"
135
135
notifier . framework = "Foundation"
136
136
# notifier.frameworks = "SomeFramework", "AnotherFramework"
137
137
# notifier.library = "iconv"
@@ -146,7 +146,7 @@ Pod::Spec.new do |sdk|
146
146
147
147
# RollbarKSCrash module:
148
148
# =====================
149
- sdk . subspec ' RollbarKSCrash' do |kscrash |
149
+ sdk . subspec " RollbarKSCrash" do |kscrash |
150
150
notifier . name = "RollbarKSCrash"
151
151
152
152
# Any platform, if omitted:
@@ -159,15 +159,15 @@ Pod::Spec.new do |sdk|
159
159
# notifier.tvos.deployment_target = "11.0"
160
160
# notifier.watchos.deployment_target = "4.0"
161
161
162
- notifier . source_files = ' RollbarNotifier/Sources/RollbarKSCrash/**/*.{h,m}'
162
+ notifier . source_files = " RollbarNotifier/Sources/RollbarKSCrash/**/*.{h,m}"
163
163
# notifier.exclude_files = "Classes/Exclude"
164
- notifier . public_header_files = ' RollbarNotifier/Sources/RollbarKSCrash/include/*.h'
164
+ notifier . public_header_files = " RollbarNotifier/Sources/RollbarKSCrash/include/*.h"
165
165
# notifier.module_map = "RollbarNotifier/Sources/RollbarKSCrash/include/module.modulemap"
166
166
# notifier.resource = "../rollbar-logo.png"
167
167
# notifier.resources = "Resources/*.png"
168
168
# notifier.preserve_paths = "FilesToSave", "MoreFilesToSave"
169
169
170
- notifier . dependency ' RollbarSDK/RollbarCommon'
170
+ notifier . dependency " RollbarSDK/RollbarCommon"
171
171
notifier . framework = "Foundation"
172
172
# notifier.frameworks = "SomeFramework", "AnotherFramework"
173
173
# notifier.library = "iconv"
0 commit comments