Skip to content

Commit aa2b4d8

Browse files
authored
Merge pull request #15 from RomanPodymov/main
CocoaPods
2 parents 6993d9f + 9be3c9c commit aa2b4d8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

AsyncLocationKit.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'AsyncLocationKit'
3+
s.module_name = 'AsyncLocationKit'
4+
s.version = '1.5.1'
5+
s.summary = '📍async/await CoreLocation'
6+
s.homepage = 'https://github.com/AsyncSwift/AsyncLocationKit'
7+
s.license = 'MIT'
8+
s.author = { 'Pavel Grechikhin' => '[email protected]' }
9+
s.source = { :git => 'https://github.com/AsyncSwift/AsyncLocationKit.git', :tag => s.version }
10+
s.ios.deployment_target = '13.0'
11+
s.tvos.deployment_target = '13.0'
12+
s.requires_arc = true
13+
s.swift_version = '5.5'
14+
s.source_files = 'Sources/AsyncLocationKit/**/*.{swift}'
15+
end

0 commit comments

Comments
 (0)