@@ -9,7 +9,7 @@ Pod::Spec.new do |sdk|
9
9
10
10
# Rollbar SDK:
11
11
# ============
12
- sdk . version = "2.0.0-alpha22 "
12
+ sdk . version = "2.0.0-alpha23 "
13
13
sdk . name = "RollbarSDK"
14
14
sdk . summary = "Application or client side SDK for accessing the Rollbar API Server."
15
15
sdk . description = <<-DESC
@@ -147,36 +147,35 @@ Pod::Spec.new do |sdk|
147
147
# RollbarKSCrash module:
148
148
# =====================
149
149
sdk . subspec "RollbarKSCrash" do |kscrash |
150
- notifier . name = "RollbarKSCrash"
150
+ kscrash . name = "RollbarKSCrash"
151
151
152
152
# Any platform, if omitted:
153
- # notifier .platform = :ios
154
- # notifier .platform = :ios, "5.0"
153
+ # kscrash .platform = :ios
154
+ # kscrash .platform = :ios, "5.0"
155
155
156
156
# When using multiple platforms:
157
- # notifier.ios.deployment_target = "9.0"
158
- # notifier.osx.deployment_target = "10.10"
159
- # notifier.tvos.deployment_target = "11.0"
160
- # notifier.watchos.deployment_target = "4.0"
161
-
162
- notifier . source_files = "RollbarNotifier/Sources/RollbarKSCrash/**/*.{h,m}"
163
- # notifier.exclude_files = "Classes/Exclude"
164
- notifier . public_header_files = "RollbarNotifier/Sources/RollbarKSCrash/include/*.h"
165
- # notifier.module_map = "RollbarNotifier/Sources/RollbarKSCrash/include/module.modulemap"
166
- # notifier.resource = "../rollbar-logo.png"
167
- # notifier.resources = "Resources/*.png"
168
- # notifier.preserve_paths = "FilesToSave", "MoreFilesToSave"
169
-
170
- notifier . dependency "RollbarSDK/RollbarCommon"
171
- notifier . framework = "Foundation"
172
- # notifier.frameworks = "SomeFramework", "AnotherFramework"
173
- # notifier.library = "iconv"
174
- # notifier.libraries = "iconv", "xml2"
175
- # notifier.dependency "JSONKit", "~> 1.4"
176
- notifier . requires_arc = true
177
- # notifier.xcconfig = {
157
+ # kscrash.ios.deployment_target = "9.0"
158
+ # kscrash.osx.deployment_target = "10.10"
159
+ # kscrash.tvos.deployment_target = "11.0"
160
+ # kscrash.watchos.deployment_target = "4.0"
161
+
162
+ kscrash . source_files = "#{ kscrash . name } /Sources/#{ kscrash . name } /**/*.{h,m}"
163
+ # kscrash.exclude_files = "Classes/Exclude"
164
+ kscrash . public_header_files = "#{ kscrash . name } /Sources/#{ kscrash . name } /include/*.h"
165
+ # kscrash.module_map = "#{kscrash.name}/Sources/#{kscrash.name}/include/module.modulemap"
166
+ # kscrash.resource = "../rollbar-logo.png"
167
+ # kscrash.resources = "Resources/*.png"
168
+ # kscrash.preserve_paths = "FilesToSave", "MoreFilesToSave"
169
+
170
+ kscrash . dependency "RollbarSDK/RollbarCommon"
171
+ kscrash . framework = "Foundation"
172
+ # kscrash.frameworks = "SomeFramework", "AnotherFramework"
173
+ # kscrash.library = "iconv"
174
+ # kscrash.dependency "JSONKit", "~> 1.4"
175
+ kscrash . requires_arc = true
176
+ # kscrash.xcconfig = {
178
177
# "USE_HEADERMAP" => "NO",
179
- # "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/RollbarNotifier /**"
178
+ # "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/#{kscrash.name} /**"
180
179
# }
181
180
end
182
181
0 commit comments