blob: 98eeaa915d35b37261ef5cad587866e6d0a79629 [file] [log] [blame]
{
"name": "appssembleCommunicationFramework",
"version": "1.0.0",
"summary": "Comunication framework based on multipeer connectivity and WebRTC, it provides real time communication and time synchronization.",
"description": "Comunication framework based on multipeer connectivity and WebRTC, it provides real time communication and time synchronization. It uses libjingle, WebRTC, SocketRocket, ntp and the MultiplayerConnectivity Framework. It provides 2 types of communication, via RTC and by using muliplayer connectivity in the local network.",
"homepage": "https://github.com/appssemble/appssembleCommunicationFramework",
"license": {
"type": "WTFPL",
"text": " DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE \n Version 2, December 2004 \n\n Copyright (C) 2017 <office@appssemble.com> \n\n Everyone is permitted to copy and distribute verbatim or modified \n copies of this license document, and changing it is allowed as long \n as the name is changed. \n\n DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE \n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION \n\n 0. You just DO WHAT THE FUCK YOU WANT TO."
},
"authors": {
"Dragos Dobrean": "dragos@appssemble.com"
},
"social_media_url": "http://www.appssemble.com",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/appssemble/appssembleCommunicationFramework.git",
"tag": "v1.0.0",
"submodules": false
},
"source_files": "appssembleComunicationFramework/**/*.{h,m}",
"frameworks": [
"GLKit",
"CoreFoundation",
"CFNetwork",
"CoreAudio",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"OpenGLES",
"AVFoundation",
"VideoToolbox",
"Security",
"QuartzCore",
"Foundation",
"MultipeerConnectivity"
],
"libraries": [
"c++",
"icucore"
],
"vendored_libraries": "appssembleComunicationFramework/Libs/libWebRTC.a",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) $(PROJECT_DIR)/appssembleComunicationFramework/Libs/**"
}
}