[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 9 / 5 / iRTC / 0.0.27 / iRTC.podspec.json
blob20884d512e8338ddecdd6b8f5f04f4cee05fe63b
2   "name": "iRTC",
3   "version": "0.0.27",
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": "git@xgit.italki.com:classroomx/irtc_ios.git",
16     "tag": "0.0.27"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "iRTC/Classes/**/*",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "swift_versions": "5.0",
29   "frameworks": [
30     "UIKit",
31     "AVFoundation"
32   ],
33   "dependencies": {
34     "Starscream": [
35       "~> 3.1.1"
36     ],
37     "HandyJSON": [
38       "~> 5.0.1"
39     ],
40     "SwiftyJSON": [
41       "~> 4.0"
42     ],
43     "SnapKit": [
44       "~> 5.0.1"
45     ],
46     "WebRTC4iRTC": [
47       "~> 0.8"
48     ]
49   },
50   "swift_version": "5.0"