Skip to content

Commit 1430d4f

Browse files
committed
Update podspec
1 parent ff59e72 commit 1430d4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AsyncLocationKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'AsyncLocationKit'
33
s.module_name = 'AsyncLocationKit'
4-
s.version = '1.5.6'
4+
s.version = '1.6.1'
55
s.summary = '📍async/await CoreLocation'
66
s.homepage = 'https://github.com/AsyncSwift/AsyncLocationKit'
77
s.license = 'MIT'

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "AsyncLocationKit",
88
platforms: [
9-
.iOS("13.0"),
9+
.iOS(.v13),
1010
.macOS(.v12),
1111
.watchOS(.v6)
1212
],

0 commit comments

Comments
 (0)