blob: f888dcbb4b03d3eaa6df4b54461e6e994085c865 [file] [log] [blame]
{
"name": "libjingle_peerconnection",
"version": "6798.2",
"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://bitbucket.org/pristineio/libjingle_peerconnection.git",
"license": "http://www.webrtc.org/license-rights/license",
"authors": {
"Rahul Behera": "rahul@pristine.io"
},
"source": {
"git": "https://bitbucket.org/pristineio/libjingle_peerconnection.git",
"tag": "6798.2"
},
"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"
}