This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree 7 files changed +14
-6
lines changed
RollbarKSCrash/Sources/RollbarKSCrash/include
RollbarNotifier/Sources/RollbarNotifier/DTOs
7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
Pod ::Spec . new do |s |
9
9
10
- s . version = "2.0.0-alpha24 "
10
+ s . version = "2.0.0-alpha25 "
11
11
s . name = "RollbarCommon"
12
12
s . summary = "Application or client side SDK for accessing the Rollbar API Server."
13
13
s . description = <<-DESC
Original file line number Diff line number Diff line change 7
7
8
8
Pod ::Spec . new do |s |
9
9
10
- s . version = "2.0.0-alpha24 "
10
+ s . version = "2.0.0-alpha25 "
11
11
s . name = "RollbarDeploys"
12
12
s . summary = "Application or client side SDK for accessing the Rollbar API Server."
13
13
s . description = <<-DESC
Original file line number Diff line number Diff line change 7
7
8
8
Pod ::Spec . new do |s |
9
9
10
- s . version = "2.0.0-alpha24 "
10
+ s . version = "2.0.0-alpha25 "
11
11
s . name = "RollbarKSCrash"
12
12
s . summary = "Application or client side SDK for accessing the Rollbar API Server."
13
13
s . description = <<-DESC
Original file line number Diff line number Diff line change
1
+ module RollbarKSCrash {
2
+ umbrella "."
3
+
4
+ export *
5
+ module * { export * }
6
+
7
+ requires objc
8
+ }
Original file line number Diff line number Diff line change 7
7
8
8
Pod ::Spec . new do |s |
9
9
10
- s . version = "2.0.0-alpha24 "
10
+ s . version = "2.0.0-alpha25 "
11
11
s . name = "RollbarNotifier"
12
12
s . summary = "Application or client side SDK for accessing the Rollbar API Server."
13
13
s . description = <<-DESC
Original file line number Diff line number Diff line change 22
22
23
23
#pragma mark - constants
24
24
25
- static NSString * const NOTIFIER_VERSION = @" 2.0.0-alpha24 " ;
25
+ static NSString * const NOTIFIER_VERSION = @" 2.0.0-alpha25 " ;
26
26
27
27
static NSString * const NOTIFIER_NAME = @" rollbar-*os" ;
28
28
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |sdk|
9
9
10
10
# Rollbar SDK:
11
11
# ============
12
- sdk . version = "2.0.0-alpha24 "
12
+ sdk . version = "2.0.0-alpha25 "
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
You can’t perform that action at this time.
0 commit comments