[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 6 / 0 / BMPlayer / 1.0.1 / BMPlayer.podspec.json
blob0014f2068728449165f2c689bf7dcf66ec47fae6
2   "name": "BMPlayer",
3   "version": "1.0.1",
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.1"
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   ]