[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / f / b / ALVideoAudioChatVC / 0.1.0 / ALVideoAudioChatVC.podspec.json
blob672dfae926e484e5f2cb9f0c450ccaba20ae7e12
2   "name": "ALVideoAudioChatVC",
3   "version": "0.1.0",
4   "summary": "Interface for Appolozic Video and Audio Call",
5   "homepage": "https://github.com/robalem/ALVideoAudioChatVC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Robel": "robalempok@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/robalem/ALVideoAudioChatVC.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.1"
19   },
20   "source_files": "ALVideoAudioChatVC/Classes/**/*",
21   "resources": [
22     "ALVideoAudioChatVC/Resources/*.{storyboard}",
23     "ALVideoAudioChatVC/Assets/*.{xcassets}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "SystemConfiguration",
28     "CoreMedia",
29     "GLKit",
30     "CoreTelephony",
31     "AVFoundation",
32     "VideoToolbox",
33     "AudioToolbox"
34   ],
35   "libraries": "c++",
36   "dependencies": {
37     "TwilioVideo": [
38       "~> 1.1.0"
39     ],
40     "Applozic": [
41       "~> 5.1.0"
42     ]
43   }