blob: 4c5e309d5e7af8a68f4fb9bddd4e2559df5bd4cc [file] [log] [blame]
{
"name": "Vialer-pjsip-iOS-KC",
"version": "4.0",
"summary": "PJSIP 2.7.2 for iOS",
"description": "Pod for distributing PJSIP 2.7.2 wrapped in a framework. With Opus, OpenSSL and openh264.",
"homepage": "https://www.wearespindle.com",
"license": {
"type": "GNU GPLv3",
"file": "LICENSE"
},
"authors": {
"Devhouse Spindle": "vialersiplib@wearespindle.com"
},
"source": {
"git": "https://github.com/c-Viorel/Vialer-pjsip-iOS.git",
"tag": "4.0"
},
"social_media_url": "https://twitter.com/wearespindle",
"platforms": {
"ios": "9.0"
},
"requires_arc": false,
"preserve_paths": "VialerPJSIP.framework/*",
"public_header_files": "VialerPJSIP.framework/Versions/A/Headers/**/*.{h,hpp}",
"source_files": "VialerPJSIP.framework/Versions/A/Headers/**/*.{h,hpp}",
"vendored_frameworks": "VialerPJSIP.framework",
"libraries": "stdc++",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"CoreMedia"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1"
}
}