diff --git a/AsyncLocationKit.podspec b/AsyncLocationKit.podspec index 243d1fa..4d31a74 100644 --- a/AsyncLocationKit.podspec +++ b/AsyncLocationKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'AsyncLocationKit' s.module_name = 'AsyncLocationKit' - s.version = '1.5.6' + s.version = '1.6.1' s.summary = 'đź“Ťasync/await CoreLocation' s.homepage = 'https://github.com/AsyncSwift/AsyncLocationKit' s.license = 'MIT' diff --git a/Package.swift b/Package.swift index 814f96b..fd4c590 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "AsyncLocationKit", platforms: [ - .iOS("13.0"), + .iOS(.v13), .macOS(.v12), .watchOS(.v6) ],