blob: d439ca73c891a93fe1c726b4482416e7a522ecf5 [file] [log] [blame]
{
"name": "PTVSDK",
"version": "0.11.0",
"source": {
"git": "https://github.com/PrometheanTV/ptv-sdk-ios-release.git",
"tag": "v0.11.0"
},
"homepage": "https://promethean.tv",
"summary": "Promethean TV SDK for iOS.",
"description": "The Promethean SDK provides an interface for rendering on-video overlays.",
"license": {
"type": "Copyright",
"text": "Copyright (C) 2018-2020 by Promethean TV, Inc"
},
"authors": {
"Promethean TV": "andi.wilson@promethean.tv"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "Frameworks/iOS/fat/PTVSDK.framework",
"frameworks": [
"AVFoundation",
"UIKit",
"WebKit"
]
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"swift_version": "5.0"
}