blob: 35b7793b5576eb606b3fcee08d5965ef839e54c9 [file] [log] [blame]
{
"name": "YLT_PJSip",
"version": "0.0.10",
"summary": "A short description of YLT_PJSip.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/YLTTeam/YLT_PJSip",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xphaijj0305@126.com": "xiangph@qtec.cn"
},
"source": {
"git": "https://github.com/YLTTeam/YLT_PJSip.git",
"tag": "0.0.10"
},
"platforms": {
"ios": "9.0"
},
"source_files": "YLT_PJSip/Classes/include/**/*.h",
"public_header_files": "YLT_PJSip/Classes/include/**/*.h",
"preserve_paths": "YLT_PJSip/Classes/include/**/*{h,hpp}",
"vendored_libraries": "YLT_PJSip/Classes/lib/*.a",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1",
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/YLT_PJSip/Classes/include"
},
"frameworks": [
"CFNetwork",
"AudioToolbox",
"AVFoundation",
"CoreMedia"
],
"libraries": "stdc++",
"header_mappings_dir": "YLT_PJSip/Classes/include"
}