[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / 4 / YouTubeFloatingPlayer / 1.0.4 / YouTubeFloatingPlayer.podspec.json
blobebadaff0afc57d2eb9dbadabc881f5621b087f6f
2   "name": "YouTubeFloatingPlayer",
3   "version": "1.0.4",
4   "summary": "Youtube-styled Floating Player written in Swift",
5   "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.",
6   "homepage": "https://github.com/advaita13/YouTubeFloatingPlayer",
7   "license": {
8     "type": "GNU GPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Advaita Pandya": "adipandya@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/advaita13/YouTubeFloatingPlayer.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Source/YouTubeFloatingPlayer/Classes/**/*",
22   "resource_bundles": {
23     "YouTubeFloatingPlayer": [
24       "Source/YouTubeFloatingPlayer/Resources/**/*.{xib,xcassets,imageset,png}"
25     ]
26   },
27   "dependencies": {
28     "youtube-ios-player-helper": [
30     ]
31   },
32   "pushed_with_swift_version": "3.0"