[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 9 / c / WebRTC.Swift / 0.1 / WebRTC.Swift.podspec.json
blob3100e4ad00f90ef50f92b039230650e20ec96495
2   "name": "WebRTC.Swift",
3   "version": "0.1",
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.1"
15   },
16   "platforms": {
17     "ios": "13.0"
18   },
19   "swift_versions": "5.0",
20   "source_files": "WebRTC.Swift/*.{swift}",
21   "vendored_frameworks": "WebRTC.Swift/*.framework",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "AVFoundation"
26   ],
27   "static_framework": false,
28   "swift_version": "5.0"