[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / c / WebRTC.Swift / 0.2 / WebRTC.Swift.podspec.json
blobca33de0a64fdd23c9e4f0644f819487d6ffd8986
2   "name": "WebRTC.Swift",
3   "version": "0.2",
4   "summary": "Swift is used to encapsulate the underlying interface of WebrTC library.",
5   "homepage": "https://github.com/charsdavy/WebRTC.Swift",
6   "license": "MIT",
7   "authors": [
8     {
9       "chars.davy": "chars.davy@gmail.com"
10     }
11   ],
12   "source": {
13     "git": "git@github.com:charsdavy/WebRTC.Swift.git",
14     "tag": "0.2"
15   },
16   "platforms": {
17     "ios": "13.0"
18   },
19   "swift_versions": [
20     "5.0"
21   ],
22   "source_files": "WebRTC.Swift/*.{swift}",
23   "vendored_frameworks": "WebRTC.Swift/*.framework",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "AVFoundation"
28   ],
29   "swift_version": "5.0"