Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
piemonte committed Aug 8, 2018
1 parent 57e7b5a commit a39e67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Player.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Player'
s.version = '0.9.0'
s.version = '0.9.1'
s.license = 'MIT'
s.summary = 'video player in Swift, simple way to play and stream media in your iOS or tvOS app'
s.homepage = 'https://github.com/piemonte/player'
s.social_media_url = 'http://twitter.com/piemonte'
s.authors = { 'patrick piemonte' => "piemonte@alumni.cmu.edu" }
s.authors = { 'patrick piemonte' => "patrick.piemonte@gmail.com" }
s.source = { :git => 'https://github.com/piemonte/player.git', :tag => s.version }
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit a39e67e

Please sign in to comment.