blob: fc9ccefdd2ad5889dfbabdcab894d430f13f2b82 [file] [log] [blame]
{
"name": "TechSeeWebRTC",
"version": "1.0",
"summary": "WebRTC iOS SDK",
"description": "WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs.",
"platforms": {
"ios": "10.0"
},
"homepage": "https://webrtc.org/",
"license": {
"type": "Multiple",
"file": "LICENCE.md"
},
"authors": {
"Shlomi Sharon": "shlomis@techsee.me"
},
"source": {
"git": "https://github.com/TechSeeDev/techsee-webrtc-ios-sdk.git",
"tag": "1.0"
},
"vendored_frameworks": "WebRTC.framework",
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/WebRTC"
}
}