blob: 3d9b6147cc611152230230e441df897bb3d34fce [file] [log] [blame]
{
"name": "SkyWay-iOS-SDK",
"version": "0.2.1",
"summary": "SkyWay simplifies peer-to-peer data, video, and audio calls using WebRTC.",
"description": "\"SkyWay iOS SDK\" is a framework that enables using SkyWay in iOS apps.\nSkyWay simplifies peer-to-peer data, video, and audio calls using WebRTC.",
"homepage": "https://github.com/nttcom/SkyWay-iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"NTT Communications": "skyway@ntt.com"
},
"source": {
"git": "https://github.com/nttcom/SkyWay-iOS-SDK.git",
"tag": "v0.2.1"
},
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "SkyWay.framework",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CoreMedia",
"CoreVideo",
"VideoToolbox",
"CoreGraphics",
"Foundation",
"GLKit",
"SystemConfiguration"
],
"ios": {
"libraries": [
"c++",
"stdc++.6.0.9",
"sqlite3",
"icucore"
]
},
"deprecated": true
}