55
66Pod ::Spec . new do |s |
77 s . name = 'TSLocationManager'
8- s . version = '4.0.25 '
8+ s . version = '4.0.26 '
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.25 /TSLocationManager.xcframework.zip' }
18+ s . source = { :http => 'https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.26 /TSLocationManager.xcframework.zip' }
1919 s . static_framework = true
2020
2121 s . ios . deployment_target = '12.0'
@@ -27,6 +27,7 @@ Pod::Spec.new do |s|
2727 # TSBackgroundFetch dependency (allow patch updates)
2828 s . dependency 'TSBackgroundFetch' , '~> 4.0.6'
2929
30+ s . swift_version = '5.9'
3031 s . pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
3132
3233 s . documentation_url = 'https://github.com/transistorsoft/native-background-geolocation'
@@ -40,12 +41,9 @@ Pod::Spec.new do |s|
4041 end
4142
4243 # Swift: Pure Swift overlay for native SwiftUI developers.
43- # Uses a distinct module_name to avoid the TSLocationManager module/class collision.
4444 s . subspec 'Swift' do |swift |
4545 swift . source_files = 'SwiftInterface/**/*.swift'
4646 swift . dependency 'TSLocationManager/Core'
47- swift . swift_version = '5.9'
48- swift . module_name = 'TSLocationManagerSwift'
4947 end
5048
5149 s . default_subspecs = 'Core'
0 commit comments