blob: 9505983df8fa7707df0406ec6b0a212ccffed13b [file] [log] [blame]
{
"name": "libjingle_peerconnection",
"version": "6798.0",
"summary": "An iOS WebRTC demo application hosted on App Engine. Builds by Pristine.io",
"description": " The WebRTC native APIs are implemented based on the following [WebRTC spec.](http://dev.w3.org/2011/webrtc/editor/webrtc.html) \n\n The code that implements WebRTC native APIs (including the Stream and the PeerConnection APIs) are available in [libjingle](https://code.google.com/p/libjingle/source/browse/#svn%2Ftrunk%2Ftalk%2Fapp%2Fwebrtc). A [sample client application](https://code.google.com/p/libjingle/source/browse/#svn%2Ftrunk%2Ftalk%2Fexamples%2Fpeerconnection%2Fclient) is also provided there. \n\n The target audience of this document are those who want to use WebRTC Native APIs to develop native RTC applications.\n",
"homepage": "https://github.com/pristineio/libjingle_peerconnection",
"license": "BSD",
"authors": {
"Rahul Behera": "rahul@pristine.io"
},
"source": {
"git": "https://bitbucket.org/pristineio/libjingle_peerconnection.git",
"tag": "6798.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"GLKit",
"UIKit"
],
"libraries": [
"c",
"sqlite3",
"stdc++.6.0.9"
],
"vendored_libraries": "Libraries/libWebRTC-6798-armv7-ia32-Debug.a"
}