We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5e15a commit bdd8c25Copy full SHA for bdd8c25
BMPlayer.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = "BMPlayer"
11
- s.version = "0.3.2"
+ s.version = "0.3.3"
12
s.summary = "Video Player Using Swift, based on AVPlayer"
13
14
# This description is used to generate tags and improve search results.
@@ -39,5 +39,5 @@ Pod::Spec.new do |s|
39
# s.public_header_files = 'Pod/Classes/**/*.h'
40
s.frameworks = 'UIKit', 'AVFoundation'
41
s.dependency 'SnapKit'
42
- s.dependency 'NVActivityIndicatorView', '~> 2.6'
+ s.dependency 'NVActivityIndicatorView', '2.10'
43
end
0 commit comments