shiguredo / sora-ios-sdk-specs

WebRTC SFU Sora iOS SDK 用の CocoaPod Specs リポジトリ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sora iOS SDK CocoaPod Specs

WebRTC SFU Sora iOS SDK 用の CocoaPod Specs リポジトリです。

About Shiguredo's open source software

We will not respond to PRs or issues that have not been discussed on Discord. Also, Discord is only available in Japanese.

Please read https://github.com/shiguredo/oss/blob/master/README.en.md before use.

時雨堂のオープンソースソフトウェアについて

利用前に https://github.com/shiguredo/oss をお読みください。

Spec リポジトリの準備

  1. 本リポジトリをローカルの Spec リポジトリに登録します。
$ pod repo add sora-ios-sdk-specs https://github.com/shiguredo/sora-ios-sdk-specs.git
  1. Spec のリストを更新します。
$ pod repo update

Podfile

Podfile の先頭に次の記述を追加することで、本リポジトリの Spec を利用可能になります。

source 'https://github.com/shiguredo/sora-ios-sdk-specs.git'
source 'https://github.com/CocoaPods/Specs.git'

ライセンス

Apache License 2.0

Copyright 2017-2021, SUZUKI Tetsuya (Original Author)
Copyright 2017-2021, Shiguredo Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

WebRTC SFU Sora iOS SDK 用の CocoaPod Specs リポジトリ

License:Apache License 2.0


Languages

Language:Ruby 100.0%