We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff59e72 commit 1430d4fCopy full SHA for 1430d4f
AsyncLocationKit.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = 'AsyncLocationKit'
3
s.module_name = 'AsyncLocationKit'
4
- s.version = '1.5.6'
+ s.version = '1.6.1'
5
s.summary = '📍async/await CoreLocation'
6
s.homepage = 'https://github.com/AsyncSwift/AsyncLocationKit'
7
s.license = 'MIT'
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "AsyncLocationKit",
8
platforms: [
9
- .iOS("13.0"),
+ .iOS(.v13),
10
.macOS(.v12),
11
.watchOS(.v6)
12
],
0 commit comments