[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / e / 1 / CubeWebRTC / 0.1.0 / CubeWebRTC.podspec.json
blob6d9db7f1b92bb846e192b991b4cd293ecb32ca6d
2   "name": "CubeWebRTC",
3   "version": "0.1.0",
4   "summary": "Web Real-Time Communication",
5   "description": "A framework of Web Real-Time Communication",
6   "homepage": "https://github.com/AshineReal/WebRTC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AshineReal": "758988371@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/AshineReal/WebRTC.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WebRTC/Classes/**/*",
22   "vendored_frameworks": "WebRTC/Frameworks/*.framework",
23   "requires_arc": true,
24   "xcconfig": {
25     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
26     "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
27     "HEADER_SEARCH_PATHS": "$(inherited)",
28     "ARCHS": "$(inherited)",
29     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
30     "VALID_ARCHS": "$(inherited)"
31   }