blob: 27687cf38181b9d80f14849bccfd855da49e5978 [file] [log] [blame]
{
"name": "ProRTCTest",
"version": "0.1.3",
"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.3"
},
"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"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}