Skip to content

Commit

Permalink
Update HaishinKit.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Jun 22, 2024
1 parent 2ab02a0 commit 3264cef
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions HaishinKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Pod::Spec.new do |s|

s.name = "HaishinKit"
s.version = "1.9.0"
s.summary = "Camera and Microphone streaming library via RTMP and SRT for iOS, macOS, tvOS and visionOS."
s.swift_version = "5.9"
s.summary = "Camera and Microphone streaming library via RTMP for iOS, macOS, tvOS and visionOS."
s.swift_version = "5.10"

s.description = <<-DESC
HaishinKit. Camera and Microphone streaming library via RTMP and SRT for iOS, macOS, tvOS and visionOS.
HaishinKit. Camera and Microphone streaming library via RTMP for iOS, macOS, tvOS and visionOS.
DESC

s.homepage = "https://github.com/shogo4405/HaishinKit.swift"
Expand All @@ -16,18 +16,10 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/shogo4405/HaishinKit.swift.git", :tag => "#{s.version}" }

s.ios.deployment_target = "13.0"
s.ios.source_files = "Platforms/*.{h,swift}"

s.osx.deployment_target = "10.15"
s.osx.source_files = "Platforms/*.{h,swift}"

s.tvos.deployment_target = "13.0"
s.tvos.source_files = "Platforms/*.{h,swift}"

s.visionos.deployment_target = "1.0"
s.visionos.source_files = "Platforms/*.{h,swift}"

s.source_files = "Sources/**/*.swift"
s.source_files = "Sources/**/*.swift", "Platforms/*.{h,swift}"
s.dependency 'Logboard', '~> 2.5.0'

end

0 comments on commit 3264cef

Please sign in to comment.