blob: af1642af0c6ed68aa564e537292bb4776d4ae3c6 [file] [log] [blame]
{
"name": "YouTubeFloatingPlayer",
"version": "2.0.1",
"summary": "Youtube-styled Floating Player written in Swift",
"description": "A floating video player, similar to the one used in the YouTube app, written in Swift 3. This player is interactive in nature: drag to minimize, swipe to dismiss. Furthermore, it supports TableView as well as any other UIView underneath the video player while the player is in normal mode.",
"homepage": "https://github.com/advaita13/YouTubeFloatingPlayer",
"license": {
"type": "GNU GPLv3",
"file": "LICENSE"
},
"authors": {
"Advaita Pandya": "adipandya@gmail.com"
},
"source": {
"git": "https://github.com/advaita13/YouTubeFloatingPlayer.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/YouTubeFloatingPlayer/Classes/**/*",
"resource_bundles": {
"YouTubeFloatingPlayer": [
"Source/YouTubeFloatingPlayer/Resources/**/*.{xib,xcassets,imageset,png}"
]
},
"dependencies": {
"youtube-ios-player-helper": [
]
},
"pushed_with_swift_version": "3.0"
}