| { |
| "name": "ALVideoAudioChatVC", |
| "version": "0.1.0", |
| "summary": "Interface for Appolozic Video and Audio Call", |
| "homepage": "https://github.com/robalem/ALVideoAudioChatVC", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Robel": "robalempok@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/robalem/ALVideoAudioChatVC.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.1" |
| }, |
| "source_files": "ALVideoAudioChatVC/Classes/**/*", |
| "resources": [ |
| "ALVideoAudioChatVC/Resources/*.{storyboard}", |
| "ALVideoAudioChatVC/Assets/*.{xcassets}" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "SystemConfiguration", |
| "CoreMedia", |
| "GLKit", |
| "CoreTelephony", |
| "AVFoundation", |
| "VideoToolbox", |
| "AudioToolbox" |
| ], |
| "libraries": "c++", |
| "dependencies": { |
| "TwilioVideo": [ |
| "~> 1.1.0" |
| ], |
| "Applozic": [ |
| "~> 5.1.0" |
| ] |
| } |
| } |