Swiftpack.co - daily-co/daily-client-ios as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by daily-co.
daily-co/daily-client-ios 0.18.0
The Swift Package for the Daily Client on iOS
⭐️ 2
🕓 2 weeks ago
iOS
.package(url: "https://github.com/daily-co/daily-client-ios.git", from: "0.18.0")

Daily Client SDK

Getting started

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.

Adding the dependency

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.19.0"),

and add "Daily" to your application/library target, dependencies, e.g. like this:

.target(name: "YourApp", dependencies: [
    .product(name: "Daily", package: "daily-ios-client")
    .product(name: "DailySystemBroadcast", package: "daily-ios-client")
],

Note: If you wish to send screen share from iOS, you will also need to add DailySystemBroadcast, as mentioned above.

Learn more

Find the full official documentation here.

GitHub

link
Stars: 2
Last commit: 59 minutes ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics