File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ let package = Package(
3030 targets: [
3131 . binaryTarget(
3232 name: " TSLocationManager " ,
33- url: " https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.32 /TSLocationManager.xcframework.zip " ,
34- checksum: " 9221ffff7f23333bff44a51ba76f2a2013ef97d5f192b68da62e0289ae5fe379 "
33+ url: " https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.33 /TSLocationManager.xcframework.zip " ,
34+ checksum: " 2d9ebbf8fc983d445f38c5e8b92110eb0d5beb4d295d082bf9529b1242adf74a "
3535 ) ,
3636
3737 // Swift overlay that reexports the binary + TSBackgroundFetch
Original file line number Diff line number Diff line change 55
66Pod ::Spec . new do |s |
77 s . name = 'TSLocationManager'
8- s . version = '4.0.32 '
8+ s . version = '4.0.33 '
99 s . summary = 'Enterprise-grade background geolocation.'
1010 s . description = 'Reliable background location with SQLite-first persistence and robust HTTP uploader.'
1111
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515 s . author = { 'Transistor Software' => 'info@transistorsoft.com' }
1616
1717 # Binary distribution
18- s . source = { :http => 'https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.32 /TSLocationManager.xcframework.zip' }
18+ s . source = { :http => 'https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.33 /TSLocationManager.xcframework.zip' }
1919 s . vendored_frameworks = 'TSLocationManager.xcframework'
2020 s . static_framework = true
2121
@@ -28,6 +28,9 @@ Pod::Spec.new do |s|
2828 # TSBackgroundFetch dependency (allow patch updates)
2929 s . dependency 'TSBackgroundFetch' , '~> 4.0.6'
3030
31+ # CocoaLumberjack — logging dependency required by TSLocationManager binary
32+ s . dependency 'CocoaLumberjack' , '~> 3.7.2'
33+
3134 s . pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
3235
3336 s . documentation_url = 'https://github.com/transistorsoft/native-background-geolocation'
You can’t perform that action at this time.
0 commit comments