blob: 6678e315d780fd7fce53118b5d6d8ecc14def992 [file] [log] [blame]
{
"name": "MLSSDK",
"version": "1.0.3",
"summary": "An SDK for MyCujoo Live Services to help build an amazing video experience",
"description": "This SDK is intended for customers of MyCujoo Live Services. It offers a video player, overlays, analytics and more.",
"homepage": "https://mls.mycujoo.tv",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mats ten Bohmer": ""
},
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/mycujoo/mls-ios.git",
"tag": "1.0.3"
},
"source_files": "Sources/**/*.swift",
"ios": {
"resource_bundles": {
"MLSResources": [
"Resources/**/*.{strings}",
"Resources/**/ios.xcassets"
]
}
},
"tvos": {
"resource_bundles": {
"MLSResources": [
"Resources/**/*.{strings}",
"Resources/**/tvos.xcassets"
]
}
},
"frameworks": [
"Foundation",
"AVFoundation",
"UIKit"
],
"swift_versions": "5.0",
"dependencies": {
"YouboraLib": [
],
"YouboraAVPlayerAdapter": [
],
"Alamofire": [
"~> 5.0"
],
"Moya": [
"~> 14.0"
],
"Starscream": [
"~> 4.0"
]
},
"swift_version": "5.0"
}