blob: b480acf98e34d937e8ceb896ce97c3c1d52f1aff [file] [log] [blame]
{
"name": "restcomm-ios-sdk",
"version": "1.0.0-beta.5",
"summary": "Restcomm iOS SDK",
"description": "iOS Mobile SDK to easily integrate communication features (messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications. More more information on Restcomm, please check http://www.restcomm.org/",
"homepage": "https://github.com/RestComm/restcomm-ios-sdk",
"license": "AGPL version 3",
"authors": "Telestax Inc.",
"source": {
"git": "https://github.com/RestComm/restcomm-ios-sdk.git",
"tag": "1.0.0-beta.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "RestCommClient/Classes/**/*",
"libraries": [
"c++",
"sqlite3",
"resolv"
],
"public_header_files": [
"RestCommClient/Classes/RC*.h",
"RestCommClient/Classes/RestCommClient.h"
],
"ios": {
"dependencies": {
"sofia-sip-library": [
],
"webrtc-framework": [
],
"TestFairy": [
]
}
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Public/sofia-sip-library/sofiasip\""
}
}