blob: 27ee3600aa8ccec03a29702e0c076c0e67c0dce9 [file] [log] [blame]
{
"name": "youtube-ios-player-helper",
"version": "0.1.3",
"summary": "Helper library for iOS developers that want to embed YouTube videos in\n their iOS apps with the iframe player API.",
"description": " Helper library for iOS developers that want to play YouTube videos in\n their iOS apps with the iframe player API.\n\n This library allows iOS developers to quickly embed YouTube videos within\n their applications via a custom UIView subclass, YTPlayerView.\n This library provides:\n\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\n your Objective-C code\n",
"homepage": "https://developers.google.com/youtube/v3/guides/ios_youtube_helper",
"license": {
"type": "Apache",
"text": " Copyright 2014 Google Inc. All rights reserved.\n\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\n http://www.apache.org/licenses/LICENSE-2.0\n\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": "ikai@google.com",
"Ibrahim Ulukaya": "ulukaya@google.com",
"Yoshifumi Yamaguchi": "yoshifumi@google.com"
},
"social_media_url": "https://twitter.com/YouTubeDev",
"source": {
"git": "https://github.com/youtube/youtube-ios-player-helper.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes",
"resources": "Assets",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}