-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathKYNearbyService.podspec
24 lines (18 loc) · 954 Bytes
/
KYNearbyService.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |spec|
spec.name = "KYNearbyService"
spec.version = "2.1.1"
spec.summary = "A service for nearby discovery and communication."
spec.license = "MIT"
spec.source = { :git => "https://github.com/Kjuly/KYNearbyService.git", :tag => spec.version.to_s }
spec.homepage = "https://github.com/Kjuly/KYNearbyService"
spec.screenshots = "https://raw.githubusercontent.com/Kjuly/preview/main/KYNearbyService/01.png", "https://raw.githubusercontent.com/Kjuly/preview/main/KYNearbyService/Mac_01.png"
spec.author = { "Kjuly" => "dev@kjuly.com" }
spec.social_media_url = "https://twitter.com/kJulYu"
spec.ios.deployment_target = "15.5"
spec.osx.deployment_target = "12.0"
spec.swift_version = '5.0'
spec.source_files = "KYNearbyService"
spec.exclude_files = "KYNearbyService/KYNearbyService.docc"
spec.requires_arc = true
spec.dependency "KYLogger", "~> 1.0"
end