forked from shogo4405/HaishinKit.swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HaishinKit.podspec
25 lines (20 loc) · 928 Bytes
/
HaishinKit.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
25
Pod::Spec.new do |s|
s.name = "HaishinKit"
s.version = "2.0.0"
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 for iOS, macOS, tvOS and visionOS.
DESC
s.homepage = "https://github.com/shogo4405/HaishinKit.swift"
s.license = "New BSD"
s.author = { "shogo4405" => "[email protected]" }
s.authors = { "shogo4405" => "[email protected]" }
s.source = { :git => "https://github.com/shogo4405/HaishinKit.swift.git", :tag => "#{s.version}" }
s.ios.deployment_target = "13.0"
s.osx.deployment_target = "10.15"
s.tvos.deployment_target = "13.0"
s.visionos.deployment_target = "1.0"
s.source_files = "Sources/**/*.swift", "Platforms/*.{h,swift}"
s.dependency 'Logboard', '~> 2.5.0'
end