[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / f / e / 5 / WAL / 0.1.0 / WAL.podspec.json
blob82de26c981fc990dddf43fb79ceef69bc558dd7b
2   "name": "WAL",
3   "version": "0.1.0",
4   "summary": "WebRTC Abstraction Layer",
5   "description": "Easy use of WebRTC to build a VoIP app",
6   "homepage": "https://kurzdigital.com",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": {
11     "Christian Braun": "christian.braun@kurzdigital.com"
12   },
13   "xcconfig": {
14     "ENABLE_BITCODE": "NO"
15   },
16   "social_media_url": "https://twitter.com/kurzdigital",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/kurzdigital/WAL.git",
22     "tag": "0.1.0"
23   },
24   "source_files": "WAL/**/*",
25   "requires_arc": true,
26   "swift_version": "4.1",
27   "dependencies": {
28     "WebRTC": [
29       "~> 63.11"
30     ],
31     "Starscream": [
33     ]
34   }