diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec index d8845952..44ef861c 100644 --- a/Mixpanel-swift.podspec +++ b/Mixpanel-swift.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/mixpanel/mixpanel-swift.git', :tag => "v#{s.version}" } s.resource_bundles = {'Mixpanel' => ['Sources/Mixpanel/PrivacyInfo.xcprivacy']} - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.ios.frameworks = 'UIKit', 'Foundation', 'CoreTelephony' s.ios.pod_target_xcconfig = { 'SWIFT_ACTIVE_COMPILATION_CONDITIONS' => '$(inherited) IOS' diff --git a/Package.swift b/Package.swift index 9ff69f83..d5f1623d 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "Mixpanel", platforms: [ - .iOS(.v11), + .iOS(.v12), .tvOS(.v11), .macOS(.v10_13), .watchOS(.v4)