[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 9 / 5 / iRTC / 0.0.8 / iRTC.podspec.json
blob56952173ef66b4079eba65c296f91c866fc87de8
2   "name": "iRTC",
3   "version": "0.0.8",
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.8"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "iRTC/Classes/**/*",
22   "swift_versions": "5.0",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.0",
25     "ARCHS": "x86_64 arm64 arm64e"
26   },
27   "user_target_xcconfig": {
28     "ARCHS": "x86_64 arm64 arm64e"
29   },
30   "frameworks": [
31     "UIKit",
32     "AVFoundation"
33   ],
34   "dependencies": {
35     "Starscream": [
36       "~> 4.0.3"
37     ],
38     "HandyJSON": [
39       "~> 5.0.1"
40     ],
41     "SwiftyJSON": [
42       "~> 4.0"
43     ],
44     "SnapKit": [
45       "~> 5.0.1"
46     ],
47     "WebRTC4iRTC": [
48       "~> 0.2"
49     ]
50   },
51   "swift_version": "5.0"