blob: 9eaf846a033a99406538807a4e6aba8b9a0f0f20 [file] [log] [blame]
{
"name": "YLT_PJSip",
"version": "0.0.8",
"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.8"
},
"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"
}