[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 7 / TechSeeWebRTC / 1.1 / TechSeeWebRTC.podspec.json
blob64af16efee7c4d27ef27463277a5dbc36ece0b57
2   "name": "TechSeeWebRTC",
3   "version": "1.1",
4   "summary": "WebRTC iOS SDK",
5   "description": "WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs.",
6   "platforms": {
7     "ios": "10.0"
8   },
9   "homepage": "https://webrtc.org/",
10   "license": {
11     "type": "Multiple",
12     "file": "LICENCE.md"
13   },
14   "authors": {
15     "Shlomi Sharon": "shlomis@techsee.me"
16   },
17   "source": {
18     "git": "https://github.com/TechSeeDev/techsee-webrtc-ios-sdk.git",
19     "tag": "1.1"
20   },
21   "vendored_frameworks": "WebRTC.framework",
22   "pod_target_xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/WebRTC"
24   }