blob: 2b8e975adbe6b5349293cb6dab3301e1b51c7ab0 [file] [log] [blame]
{
"name": "AgoraARKit",
"version": "1.0.2",
"summary": "AgoraARKit provides extendable implemention of the Agora.io Video SDK with ARKit.",
"description": "AgoraARKit provides a bare bones implementation of the Agora.io Video SDK using ARKit as the video source. This framework uses a custom renderer (ARVideoKit) to generate a rendered video buffer of the ARSession, which is passed to the active Agora video stream.",
"homepage": "https://github.com/AgoraIO-Community/Agora-ARKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hermes": "hermes@agora.io"
},
"social_media_url": "https://github.com/digitallysavvy",
"platforms": {
"ios": "12.2"
},
"swift_versions": "4.2",
"requires_arc": true,
"static_framework": true,
"source": {
"git": "https://github.com/AgoraIO-Community/Agora-ARKit.git",
"tag": "1.0.2"
},
"source_files": "AgoraARKit/**/*.{swift}",
"frameworks": [
"ARKit",
"SceneKit",
"UIKit",
"CoreGraphics",
"Foundation"
],
"dependencies": {
"AgoraRtcEngine_iOS": [
],
"ARVideoKit": [
"~> 1.51"
]
},
"swift_version": "4.2"
}