blob: 0ab7bbfb055ea4fb50d96daa1b8c4f87ae376c37 [file] [log] [blame]
{
"name": "AgoraUIKit_iOS",
"version": "1.2.0",
"summary": "Agora video session UIKit template.",
"description": "Use this Pod to create a video UIKit view that can be easily added to your iOS application.",
"homepage": "https://github.com/AgoraIO-Community/iOS-UIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Max Cobb": "max@agora.io"
},
"source": {
"git": "https://github.com/AgoraIO-Community/iOS-UIKit.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0"
],
"source_files": "Sources/Agora-UIKit/*",
"dependencies": {
"AgoraRtcEngine_iOS": [
"~> 3.2"
]
},
"static_framework": true,
"swift_version": "5.0"
}