blob: 6d9db7f1b92bb846e192b991b4cd293ecb32ca6d [file] [log] [blame]
{
"name": "CubeWebRTC",
"version": "0.1.0",
"summary": "Web Real-Time Communication",
"description": "A framework of Web Real-Time Communication",
"homepage": "https://github.com/AshineReal/WebRTC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AshineReal": "758988371@qq.com"
},
"source": {
"git": "https://github.com/AshineReal/WebRTC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WebRTC/Classes/**/*",
"vendored_frameworks": "WebRTC/Frameworks/*.framework",
"requires_arc": true,
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"HEADER_SEARCH_PATHS": "$(inherited)",
"ARCHS": "$(inherited)",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
"VALID_ARCHS": "$(inherited)"
}
}