blob: 3a0428732a67e6ad98bf8d97dde1a3355f42e703 [file] [log] [blame]
{
"name": "ProRTCTest",
"version": "0.1.2",
"summary": "A delightful iOS WebRTC framework.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/utkarshs07/ProRTCTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Utkarsh Singh": "utkarshs@neuronsolutions.com"
},
"source": {
"git": "https://github.com/utkarshs07/ProRTCTest.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "ProRTCTest/ProRTC.framework"
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"GLKit",
"CoreMedia",
"CoreGraphics",
"AVFoundation",
"Foundation",
"Security",
"CFNetwork",
"AudioToolbox",
"VideoToolbox",
"CoreAudio",
"CoreVideo",
"OpenGLES",
"QuartzCore"
],
"libraries": [
"c++",
"icucore",
"stdc++",
"System",
"sqlite3"
]
}