Skip to content

Commit

Permalink
Add KYNearbyService.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed Dec 10, 2023
1 parent dba1a71 commit c984e6e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions KYNearbyService.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |spec|
spec.name = "KYNearbyService"
spec.version = "1.0.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" => "[email protected]" }
spec.social_media_url = "https://twitter.com/kJulYu"

spec.ios.deployment_target = "15.5"
spec.osx.deployment_target = "13.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

0 comments on commit c984e6e

Please sign in to comment.