blob: 8b37a6421667e8fcef10553d039ff527a11957f4 [file] [log] [blame]
{
"name": "CubeWebRTC",
"version": "1.0.1",
"summary": "Web Real-Time Communication",
"description": "A framework of Web Real-Time Communication",
"homepage": "https://github.com/shixin-iOS/CubeWebRTC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AshineReal": "758988371@qq.com"
},
"source": {
"git": "https://github.com/shixin-iOS/CubeWebRTC.git",
"tag": "1.0.1"
},
"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)"
}
}