blob: 0f65a013907444ac9ebee7f1c225802057bd3611 [file] [log] [blame]
{
"name": "XLpjsip",
"version": "0.0.1",
"summary": "基于pjsip 2.8.0版集成",
"homepage": "https://gitee.com/TheLazyCoder",
"authors": "32510112@qq.com",
"source": {
"git": "https://gitee.com/TheLazyCoder/XLpjsip.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"description": "PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol (SIP) with rich multimedia framework and NAT traversal functionality into high level API that is portable and suitable for almost any type of systems ranging from desktops, embedded systems, to mobile handsets.\n\nPJSIP is both compact and feature rich. It supports audio, video, presence, and instant messaging, and has extensive documentation. PJSIP is very portable. On mobile devices, it abstracts system dependent features and in many cases is able to utilize the native multimedia capabilities of the device.\n\nPJSIP has been developed by a small team working exclusively for the project since 2005, with participation of hundreds of developers from around the world, and is routinely tested at SIP Interoperability Event (SIPit ) since 2007.",
"license": {
"type": "Dual-License",
"text": "PJSIP source code (\"The Software\") is licensed under both General Public License (GPL) version 2 or later and a proprietary license that can be arranged with us. In practical sense, this means:\n\nif you are developing Open Source Software (OSS) based on PJSIP, chances are you will be able to use PJSIP freely under GPL. But please double check here for OSS license compatibility with GPL.\nAlternatively, if you are unable to release your application as Open Source Software, you may arrange alternative licensing with us. Just send your inquiry to licensing@teluu.com to discuss this option.\nPJSIP may include third party software in its source code distribution. Third Party Software does not comprise part of \"The Software\". Please make sure that you comply with the licensing term of each software.\n"
},
"source_files": [
"build/pjproject/src/pjlib/include/**/*.h",
"build/pjproject/src/pjlib-util/include/**/*.h",
"build/pjproject/src/pjmedia/include/**/*.h",
"build/pjproject/src/pjnath/include/**/*.h",
"build/pjproject/src/pjsip/include/**/*.h",
"build/pjproject/src/pjsip/include/**/*.hpp"
],
"public_header_files": [
"build/pjproject/src/pjlib/include/**/*.h",
"build/pjproject/src/pjlib-util/include/**/*.h",
"build/pjproject/src/pjmedia/include/**/*.h",
"build/pjproject/src/pjnath/include/**/*.h",
"build/pjproject/src/pjsip/include/**/*.h",
"build/pjproject/src/pjsip/include/**/*.hpp"
],
"preserve_paths": [
"build/pjproject/src/pjlib/include/**/*",
"build/pjproject/src/pjlib-util/include/**/*",
"build/pjproject/src/pjmedia/include/**/*",
"build/pjproject/src/pjnath/include/**/*",
"build/pjproject/src/pjsip/include/**/*"
],
"vendored_libraries": [
"build/openh264/lib/*.a",
"build/opus/dependencies/lib/*.a",
"build/pjproject/src/pjlib/lib/*.a",
"build/pjproject/src/pjlib-util/lib/*.a",
"build/pjproject/src/pjmedia/lib/*.a",
"build/pjproject/src/pjnath/lib/*.a",
"build/pjproject/src/pjsip/lib/*.a",
"build/pjproject/src/third_party/lib/*.a"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/Headers/Public/XLpjsip/pjlib/include\" \"$(PODS_ROOT)/Headers/Public/XLpjsip/pjlib-util/include\" \"$(PODS_ROOT)/Headers/Public/XLpjsip/pjmedia/include\" \"$(PODS_ROOT)/Headers/Public/XLpjsip/pjnath/include\" \"$(PODS_ROOT)/Headers/Public/XLpjsip/pjsip/include\"",
"GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1"
},
"dependencies": {
"OpenSSL-Universal": [
]
},
"frameworks": [
"CFNetwork",
"AudioToolbox",
"AVFoundation",
"CoreMedia"
],
"libraries": "stdc++",
"header_mappings_dir": "build/pjproject/src",
"requires_arc": false
}