blob: ed293c17d3172f290c3ef5485a75b29a83099c17 [file] [log] [blame]
{
"name": "youtube-macos-player-helper",
"version": "0.1.0",
"summary": "Helper library for macOS developers that want to embed YouTube videos in their iOS apps with the iframe player API.",
"description": "Helper library for iOS developers that want to play YouTube videos in\ntheir iOS apps with the iframe player API.\nThis library allows macOS developers to quickly embed YouTube videos within\ntheir applications via a custom UIView subclass, YTPlayerView.\nThis library provides:\n * A managed UIWebView instance that loads the HTML code for the iframe player\n * Objective-C wrapper functions for the JavaScript Player API\n * YTPlayerViewDelegate for handling YouTube player state changes natively in\nyour Objective-C code",
"homepage": "https://github.com/johnothwolo/youtube-macos-helper",
"license": {
"type": "Apache",
"text": " Copyright 2014 Google Inc. All rights reserved.\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n http://www.apache.org/licenses/LICENSE-2.0\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
},
"authors": {
"Ikai Lan": "",
"Ibrahim Ulukaya": "ulukaya@google.com",
"Yoshifumi Yamaguchi": "yoshifumi@google.com",
"John Othwolo": ""
},
"source": {
"git": "https://github.com/johnothwolo/youtube-macos-helper.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.11"
},
"source_files": "Classes",
"resources": "youtube-macos-helper/Assets.bundle"
}