blob: e55d8ff45de6f489370e8e60d7710efbd4f4f739 [file] [log] [blame]
{
"name": "BTYoutubePlayer",
"version": "1.0.0",
"summary": "BTYoutubePlayer is a YouTube video player for iOS",
"description": "The only official way of playing a YouTube video inside an app is with a web view & the iframe player API. So I wrote this player to play youtube videos using WKWebView & give users a better viewing experience.",
"homepage": "https://github.com/BhavikThummar/BTYoutubePlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BhavikThummar": "bhavikthummar9797@yahoo.com"
},
"source": {
"git": "https://github.com/BhavikThummar/BTYoutubePlayer.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/lazy_coderr",
"platforms": {
"ios": "8.0"
},
"source_files": "BTYoutubePlayer/Classes/**/*",
"resource_bundles": {
"BTYoutubePlayer": [
"BTYoutubePlayer/Assets/*.png"
]
}
}