[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 8 / 9 / AgoraARKit / 1.0.4 / AgoraARKit.podspec.json
blob9fb8881975297a9867553ee31a86166cd97c368f
2   "name": "AgoraARKit",
3   "version": "1.0.4",
4   "summary": "AgoraARKit provides extendable implemention of the Agora.io Video SDK with ARKit.",
5   "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.",
6   "homepage": "https://github.com/AgoraIO-Community/Agora-ARKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hermes": "hermes@agora.io"
13   },
14   "social_media_url": "https://github.com/digitallysavvy",
15   "platforms": {
16     "ios": "12.2"
17   },
18   "swift_versions": "4.2",
19   "requires_arc": true,
20   "static_framework": true,
21   "source": {
22     "git": "https://github.com/AgoraIO-Community/Agora-ARKit.git",
23     "tag": "1.0.4"
24   },
25   "source_files": "AgoraARKit/**/*.{swift}",
26   "frameworks": [
27     "ARKit",
28     "SceneKit",
29     "UIKit",
30     "CoreGraphics",
31     "Foundation"
32   ],
33   "dependencies": {
34     "AgoraRtcEngine_iOS": [
36     ],
37     "ARVideoKit": [
38       "~> 1.51"
39     ]
40   },
41   "swift_version": "4.2"