| { |
| "name": "PTVSDK", |
| "version": "0.9.0", |
| "source": { |
| "git": "https://github.com/PrometheanTV/ptv-sdk-ios-release.git", |
| "tag": "v0.9.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" |
| ] |
| } |
| } |