[Add] ikame_ios_sdk 1.0.425
[CocoaPods.git] / Specs / d / b / 2 / BTYoutubePlayer / 1.0.0 / BTYoutubePlayer.podspec.json
blobe55d8ff45de6f489370e8e60d7710efbd4f4f739
2   "name": "BTYoutubePlayer",
3   "version": "1.0.0",
4   "summary": "BTYoutubePlayer is a YouTube video player for iOS",
5   "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.",
6   "homepage": "https://github.com/BhavikThummar/BTYoutubePlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BhavikThummar": "bhavikthummar9797@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/BhavikThummar/BTYoutubePlayer.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/lazy_coderr",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "BTYoutubePlayer/Classes/**/*",
23   "resource_bundles": {
24     "BTYoutubePlayer": [
25       "BTYoutubePlayer/Assets/*.png"
26     ]
27   }