[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 0 / BMPlayer / 1.0.0 / BMPlayer.podspec.json
blobaa4ba7a74a7607db93738de642544c6eb895720c
2   "name": "BMPlayer",
3   "version": "1.0.0",
4   "summary": "Video Player Using Swift, based on AVPlayer",
5   "description": "Video Player Using Swift, based on AVPlayer, support for the horizontal screen, vertical screen, the upper and lower slide to adjust the volume, the screen brightness, or so slide to adjust the playback progress.",
6   "homepage": "https://github.com/BrikerMan/BMPlayer",
7   "license": "MIT",
8   "authors": {
9     "Eliyar Eziz": "eliyar917@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/BrikerMan/BMPlayer.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "http://weibo.com/536445669",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "4.0"
21   },
22   "default_subspecs": "Full",
23   "pushed_with_swift_version": "4.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "frameworks": [
28         "UIKit",
29         "AVFoundation"
30       ],
31       "source_files": "Source/BMPlayerLayerView.swift"
32     },
33     {
34       "name": "Full",
35       "source_files": [
36         "Source/*.swift",
37         "Source/Default/*"
38       ],
39       "resources": "Source/**/*.xcassets",
40       "frameworks": [
41         "UIKit",
42         "AVFoundation"
43       ],
44       "dependencies": {
45         "BMPlayer/Core": [
47         ],
48         "SnapKit": [
49           "~> 4.0.0"
50         ],
51         "NVActivityIndicatorView": [
52           "~> 4.0.0"
53         ]
54       }
55     },
56     {
57       "name": "CacheSupport",
58       "source_files": [
59         "Source/*.swift",
60         "Source/CacheSupport/*"
61       ],
62       "resources": "Source/**/*.xcassets",
63       "frameworks": [
64         "UIKit",
65         "AVFoundation"
66       ],
67       "dependencies": {
68         "BMPlayer/Core": [
70         ],
71         "SnapKit": [
72           "~> 4.0.0"
73         ],
74         "NVActivityIndicatorView": [
75           "~> 4.0.0"
76         ],
77         "VIMediaCache": [
79         ]
80       }
81     }
82   ]