diff --git a/GliaWidgets.podspec b/GliaWidgets.podspec index 20e2f4fff..ebd4d79e4 100644 --- a/GliaWidgets.podspec +++ b/GliaWidgets.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/salemove/ios-sdk-widgets.git', :tag => s.version.to_s } s.module_name = 'GliaWidgets' - s.ios.deployment_target = '13.0' + s.ios.deployment_target = '14.0' s.source_files = 'GliaWidgets/**/*.swift' s.swift_version = '5.3' diff --git a/GliaWidgets/Sources/QueuesMonitor/QueuesMonitor.Environment.Mock.swift b/GliaWidgets/Sources/QueuesMonitor/QueuesMonitor.Environment.Mock.swift index d12dc4edf..748b4c1ca 100644 --- a/GliaWidgets/Sources/QueuesMonitor/QueuesMonitor.Environment.Mock.swift +++ b/GliaWidgets/Sources/QueuesMonitor/QueuesMonitor.Environment.Mock.swift @@ -1,3 +1,4 @@ +import Foundation #if DEBUG extension QueuesMonitor.Environment { static let mock: Self = .init( diff --git a/Package.swift b/Package.swift index 84d7d6bbd..03c186dea 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ let package = Package( name: "GliaWidgets", defaultLocalization: .init(stringLiteral: "en"), platforms: [ - .iOS(.v13) + .iOS(.v14) ], products: [ .library( diff --git a/Podfile b/Podfile index b225339eb..49b4ff266 100644 --- a/Podfile +++ b/Podfile @@ -3,7 +3,7 @@ plugin 'cocoapods-no-autoimports' # cocoapods-no-autoimports__pods = ['Pods-GliaWidgets.debug'] project 'GliaWidgets.xcodeproj' -DEPLOYMENT_TARGET = '13.0' +DEPLOYMENT_TARGET = '14.0' platform :ios, DEPLOYMENT_TARGET diff --git a/Podfile.lock b/Podfile.lock index 48ae215f3..bdad42f51 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -40,6 +40,6 @@ SPEC CHECKSUMS: TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23 WebRTC-lib: 4e9a17058f880cd658e88383c1ac8f1119af3700 -PODFILE CHECKSUM: c88b58a44d219be0b6830c83686a1f63c44b5057 +PODFILE CHECKSUM: 6e671efd7fbcde1779d6bba89f39a8e1edc8fa6d COCOAPODS: 1.15.2 diff --git a/README.md b/README.md index dc8784906..39d0e5150 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Glia Technologies ## Requirements -- iOS 13+ +- iOS 14+ - [Xcode 15.1+](https://developer.apple.com/xcode/) - Swift 5.3 - [Git LFS](https://git-lfs.github.com/) diff --git a/integrations/SwiftPackageManager/spm-project.yml b/integrations/SwiftPackageManager/spm-project.yml index b6df53c14..cdc40725d 100644 --- a/integrations/SwiftPackageManager/spm-project.yml +++ b/integrations/SwiftPackageManager/spm-project.yml @@ -8,7 +8,7 @@ targets: SpmSampleApp: type: application platform: iOS - deploymentTarget: "13.0" + deploymentTarget: "14.0" info: path: Sources/Info.plist sources: [Sources] diff --git a/templates/GliaWidgets.podspec b/templates/GliaWidgets.podspec index ef40a07c7..9bcf18ca5 100644 --- a/templates/GliaWidgets.podspec +++ b/templates/GliaWidgets.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/salemove/ios-sdk-widgets.git', :tag => s.version.to_s } s.module_name = 'GliaWidgets' - s.ios.deployment_target = '13.0' + s.ios.deployment_target = '14.0' s.source_files = 'GliaWidgets/**/*.swift' s.swift_version = '5.3'