Skip to content

Commit

Permalink
Release 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Dec 2, 2016
1 parent 796187b commit 5e8dd94
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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BMPlayer"
s.version = "0.5.0"
s.version = "0.6.1"
s.summary = "Video Player Using Swift, based on AVPlayer"

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'http://weibo.com/536445669'

s.ios.deployment_target = '8.0'

s.platform = :ios, '8.0'
s.source_files = 'BMPlayer/Classes/**/*'
s.resource_bundles = {
'BMPlayer' => ['BMPlayer/Assets/*.png']
Expand Down

0 comments on commit 5e8dd94

Please sign in to comment.