blob: 21f01b9ba29e7a713a8a591c4416d80c517b80d5 [file] [log] [blame]
{
"name": "EasySip",
"version": "0.0.3",
"summary": "简单集成linphone",
"description": "帮助开发者简单集成最新版本linphone,完成sip客户端开发。",
"homepage": "https://github.com/WellerZhao/EasySip.git",
"license": "MIT",
"authors": {
"Weller Zhao": "weilezhao@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/WellerZhao/EasySip.git",
"tag": "0.0.3"
},
"source_files": [
"EasySip/*.{h,m}",
"EasySip/liblinphone/*.{h,m}"
],
"public_header_files": "EasySip/*.h",
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"dependencies": {
"liblinphone": [
"~> 3.99.7"
]
}
}