Skip to content

Commit

Permalink
add hard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpatrick committed Nov 29, 2024
1 parent 78dd600 commit da466b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RadarSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RadarSDK'
s.version = '3.19.2-beta.5'
s.version = '3.19.2-beta.6'
s.summary = 'iOS SDK for Radar, the leading geofencing and location tracking platform'
s.homepage = 'https://radar.com'
s.author = { 'Radar Labs, Inc.' => 'support@radar.com' }
Expand All @@ -14,4 +14,5 @@ Pod::Spec.new do |s|
s.license = { :type => 'Apache-2.0' }
s.resource_bundles = {'RadarSDK' => ['RadarSDK/PrivacyInfo.xcprivacy']}
s.swift_version = '5.0'
s.dependency "Telegraph", "~> 0.30.0"
end
2 changes: 1 addition & 1 deletion RadarSDK/RadarUtils.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ + (NSNumber *)timeZoneOffset {
}

+ (NSString *)sdkVersion {
return @"3.19.2-beta.5";
return @"3.19.2-beta.6";
}

+ (NSString *)deviceId {
Expand Down

0 comments on commit da466b6

Please sign in to comment.