takanorifukuyama / skyway-ios-sdk

iOS SDK for SkyWay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkyWay-iOS-SDK

"SkyWay iOS SDK" is a framework that enables using SkyWay in iOS apps.
SkyWay simplifies peer-to-peer data, video, and audio calls using WebRTC.

Learn more

Supported OS

iOS 8+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate SkyWay into your Xcode project using CocoaPods, specify it in your Podfile:

platform :ios, '8.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'SkyWay'
end

Then, run the following command:

$ pod install

License

Apache License, Version 2.0

NOTICE


SkyWay-iOS-SDK

「SkyWay iOS SDK」はSkyWayをiOSから利用できるフレームワークです。
SkyWayは、WebRTCを利用したピア·ツー·ピアのデータ、ビデオ、オーディオ通信を簡単に実現します。

関連リンク

対応OS

iOS 8+

インストール

CocoaPods

CocoaPodsCocoaの依存管理マネージャーです。 次のコマンドでインストールします。

$ gem install cocoapods

CocoaPodsを使ってSkyWayをXcodeプロジェクトに統合するには、Podfileで指定します。

platform :ios, '8.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'SkyWay'
end

次にこのコマンドを実行します。

$ pod install

License

Apache License, Version 2.0

NOTICE

About

iOS SDK for SkyWay

License:Other


Languages

Language:Ruby 100.0%