blob: 14fe5f1678d12d029b1263cde809398ee5e9eb8d [file] [log] [blame]
{
"name": "SkyWay-iOS-SDK",
"version": "0.2.2",
"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://nttcom.github.io/skyway",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"NTT Communications": "skyway@ntt.com"
},
"source": {
"http": "https://s3-ap-northeast-1.amazonaws.com/skyway-sdk-production/skyway-ios-sdk.zip",
"flatten": true
},
"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
}