If you are developing a video application and targeting iOS apps, we think Daily's iOS client sdk is a great choice! Below you'll find all you need to know to get started.
To depend on the Daily Client package, you can add this package via Xcode's package manager using the URL of this git repository directly, or you can declare your dependency in your Package.swift
:
.package(url: "https://github.com/daily-co/daily-client-ios.git", from: "0.1.1"),
and add "Daily"
to your application/library target, dependencies
, e.g. like this:
.target(name: "YourApp", dependencies: [
.product(name: "Daily", package: "daily-ios-client")
],
Find the full official documentation here.
link |
Stars: 1 |
Last commit: 2 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics