forked from HaishinKit/HaishinKit.swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlf.podspec
More file actions
27 lines (20 loc) · 919 Bytes
/
lf.podspec
File metadata and controls
27 lines (20 loc) · 919 Bytes
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
26
Pod::Spec.new do |s|
s.name = "lf"
s.version = "0.5.10"
s.summary = "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS."
s.description = <<-DESC
lf is a lIVE fRAMEWORK. Camera and Microphone streaming library via RTMP, HLS for iOS, macOS.
DESC
s.homepage = "https://github.com/shogo4405/lf.swift"
s.license = "New BSD"
s.author = { "shogo4405" => "shogo4405@gmail.com" }
s.authors = { "shogo4405" => "shogo4405@gmail.com" }
s.source = { :git => "https://github.com/shogo4405/lf.swift.git", :tag => "#{s.version}" }
s.social_media_url = "http://twitter.com/shogo4405"
s.ios.deployment_target = "8.0"
s.ios.source_files = "Platforms/iOS/*.{h,swift}"
s.osx.deployment_target = "10.11"
s.osx.source_files = "Platforms/macOS/*.{h,swift}"
s.source_files = "Sources/**/*.swift"
s.dependency 'XCGLogger', '~> 4.0.0'
end