[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / 7 / b / VODPlayer / 1.0.1 / VODPlayer.podspec.json
blobea531d5c28c8482ba1d35d50eaa1e35e73a5a814
2   "name": "VODPlayer",
3   "version": "1.0.1",
4   "swift_versions": "5.0",
5   "summary": "A video player for iOS, based on AVPlayer.",
6   "description": "A video player for iOS, based on AVPlayer, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles.",
7   "homepage": "https://github.com/songvuthy/VODPlayer",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Song Vuthy": "songvuthy93@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/songvuthy/VODPlayer.git",
17     "tag": "1.0.1"
18   },
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "VODPlayer/Classes/**/*",
23   "resources": "VODPlayer/Assets/**/*.xcassets",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation"
27   ],
28   "dependencies": {
29     "SnapKit": [
30       "~> 5.0.0"
31     ]
32   },
33   "swift_version": "5.0"