Skip to content

Commit

Permalink
Release 0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Sep 13, 2016
1 parent 1b5e15a commit bdd8c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BMPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "BMPlayer"
s.version = "0.3.2"
s.version = "0.3.3"
s.summary = "Video Player Using Swift, based on AVPlayer"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -39,5 +39,5 @@ Pod::Spec.new do |s|
# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit', 'AVFoundation'
s.dependency 'SnapKit'
s.dependency 'NVActivityIndicatorView', '~> 2.6'
s.dependency 'NVActivityIndicatorView', '2.10'
end

0 comments on commit bdd8c25

Please sign in to comment.