55
66Pod ::Spec . new do |s |
77 s . name = 'TSLocationManager'
8- s . version = '4.0.26 '
8+ s . version = '4.0.27 '
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,8 @@ 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.26/TSLocationManager.xcframework.zip' }
18+ s . source = { :http => 'https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.27/TSLocationManager.xcframework.zip' }
19+ s . vendored_frameworks = 'TSLocationManager.xcframework'
1920 s . static_framework = true
2021
2122 s . ios . deployment_target = '12.0'
@@ -27,24 +28,8 @@ Pod::Spec.new do |s|
2728 # TSBackgroundFetch dependency (allow patch updates)
2829 s . dependency 'TSBackgroundFetch' , '~> 4.0.6'
2930
30- s . swift_version = '5.9'
3131 s . pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
3232
3333 s . documentation_url = 'https://github.com/transistorsoft/native-background-geolocation'
3434 s . social_media_url = 'https://x.com/transistorsoft'
35-
36- # --- Subspecs ---
37-
38- # Core: ObjC xcframework (default, backward-compatible)
39- s . subspec 'Core' do |core |
40- core . vendored_frameworks = 'TSLocationManager.xcframework'
41- end
42-
43- # Swift: Pure Swift overlay for native SwiftUI developers.
44- s . subspec 'Swift' do |swift |
45- swift . source_files = 'SwiftInterface/**/*.swift'
46- swift . dependency 'TSLocationManager/Core'
47- end
48-
49- s . default_subspecs = 'Core'
5035end
0 commit comments