blob: ab7322d070a08e6761f4cbb71368b57efef99a68 [file] [log] [blame]
{
"name": "libjingle_peerconnection",
"version": "7746.0.3",
"summary": "WebRTC Video Streaming Peer Connection API's. 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/webrtc-build-scripts",
"authors": {
"Rahul Behera": "rahul@pristine.io"
},
"social_media_url": "https://twitter.com/bot_the_builder",
"source": {
"http": "https://s3.amazonaws.com/libjingle/7746/Debug/libWebRTC.tar.bz2"
},
"ios": {
"preserve_paths": "libjingle_peerconnection/libWebRTC.a",
"vendored_libraries": "libjingle_peerconnection/libWebRTC.a"
},
"osx": {
"preserve_paths": "libjingle_peerconnection/libWebRTC-osx.a",
"vendored_libraries": "libjingle_peerconnection/libWebRTC-osx.a"
},
"source_files": "libjingle_peerconnection/Headers/*.h",
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"frameworks": [
"AVFoundation",
"AudioToolbox",
"CoreGraphics",
"CoreMedia",
"GLKit",
"UIKit"
],
"libraries": [
"c",
"sqlite3",
"stdc++"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/libjingle_peerconnection\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/libjingle_peerconnection\""
},
"license": {
"type": "http://www.webrtc.org/license-rights/license",
"text": " Copyright (c) 2011, The WebRTC project authors. All rights reserved.\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n\n * Neither the name of Google nor the names of its contributors may\n be used to endorse or promote products derived from this software\n without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
}
}