File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Foundation
10
10
import TVUIKit
11
11
#endif
12
12
13
- let telemetryClientVersion = " 2.0 .0 "
13
+ let telemetryClientVersion = " 2.1 .0 "
14
14
15
15
/// Configuration for TelemetryManager
16
16
///
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "TelemetryClient"
3
- spec . version = ENV [ 'LIB_VERSION' ] || '1.5 .0' #fallback to major version
3
+ spec . version = ENV [ 'LIB_VERSION' ] || '2.0 .0' #fallback to major version
4
4
spec . summary = "Client SDK for TelemetryDeck"
5
- spec . swift_versions = "5.2 "
5
+ spec . swift_versions = "5.9 "
6
6
spec . summary = "Swift SDK for TelemetryDeck, a privacy-first analytics service for apps. Sign up for a free account at telemetrydeck.com."
7
7
spec . description = <<-DESC
8
8
Build better products with live usage data.
@@ -25,6 +25,7 @@ Pod::Spec.new do |spec|
25
25
spec . ios . deployment_target = "12.0"
26
26
spec . osx . deployment_target = "10.13"
27
27
spec . watchos . deployment_target = "5.0"
28
+ spec . visionos . deployment_target = "1.0"
28
29
spec . tvos . deployment_target = "13.0"
29
30
spec . source = { :git => "https://github.com/TelemetryDeck/SwiftClient.git" , :tag => "#{ spec . version } " }
30
31
spec . source_files = "Sources/**/*.{h,m,swift}"
You can’t perform that action at this time.
0 commit comments