blob: c141d84ea8f5ebb9abf3c4b100eb5e21aa19da47 [file] [log] [blame]
{
"name": "YoutubePlayerView",
"version": "1.0.0",
"summary": "Helper library for iOS 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 their iOS apps with the iframe player API.\nThis library allows iOS developers to quickly embed YouTube videos within their applications via a custom WKWebView subclass, YoutubePlayerView.",
"homepage": "https://github.com/mukeshydv/YoutubePlayerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mukesh Yadav": "mails4ymukesh@gmail.com"
},
"source": {
"git": "https://github.com/mukeshydv/YoutubePlayerView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2.1",
"source_files": "YoutubePlayerView/Classes/**/*"
}