[Add] NetKernel 1.1.4
[CocoaPods.git] / Specs / 8 / 9 / 5 / iRTC / 0.0.6 / iRTC.podspec.json
blob18677a03ae310fbf1f857103ccf9852ab3674726
2   "name": "iRTC",
3   "version": "0.0.6",
4   "summary": "italki webRTC SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://xgit.italki.com/classroomx/irtc_ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tim.yan": "tim.yan@italki.com"
13   },
14   "source": {
15     "git": "http://xgit.italki.com/classroomx/irtc_ios.git",
16     "tag": "0.0.6"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "iRTC/Classes/**/*",
22   "vendored_frameworks": "libs/*.framework",
23   "swift_versions": "5.0",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "5.0",
26     "ARCHS": "x86_64 arm64 arm64e"
27   },
28   "frameworks": [
29     "UIKit",
30     "AVFoundation"
31   ],
32   "dependencies": {
33     "Starscream": [
34       "~> 4.0.3"
35     ],
36     "HandyJSON": [
37       "~> 5.0.1"
38     ],
39     "SwiftyJSON": [
40       "~> 4.0"
41     ],
42     "SnapKit": [
43       "~> 5.0.1"
44     ]
45   },
46   "swift_version": "5.0"