forked from pipecat-ai/pipecat-client-ios-daily
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipecatClientIOSDaily.podspec
More file actions
20 lines (20 loc) · 1021 Bytes
/
PipecatClientIOSDaily.podspec
File metadata and controls
20 lines (20 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'PipecatClientIOSDaily'
s.version = '0.3.2'
s.summary = 'Pipecat iOS client library with Daily WebRTC transport.'
s.description = <<-DESC
The Daily transport implementation enables real-time audio and video communication in your Pipecat iOS applications using Daily’s WebRTC infrastructure.
DESC
s.homepage = 'https://github.com/pipecat-ai/pipecat-client-ios-daily'
s.documentation_url = "https://docs.pipecat.ai/client/ios/introduction"
s.license = { :type => 'BSD-2', :file => 'LICENSE' }
s.author = { "Daily.co" => "help@daily.co" }
s.source = { :git => 'https://github.com/pipecat-ai/pipecat-client-ios-daily.git', :tag => "0.3.2" }
s.ios.deployment_target = '13.0'
s.source_files = 'Sources/**/*.{swift,h,m}'
s.exclude_files = 'Sources/Exclude'
s.swift_version = '5.5'
# Dependencies
s.dependency 'PipecatClientIOS', '~> 0.3.2'
s.dependency 'Daily', '~> 0.23.0'
end