Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
saiday committed Jun 2, 2016
1 parent b452cdc commit 4945c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HysteriaPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "HysteriaPlayer"
s.version = "2.1.8"
s.version = "2.1.9"
s.summary = "Objective-C remote audio player (AVPlayer extends), iOS, OS X compatible"
s.homepage = "https://github.com/StreetVoice/HysteriaPlayer"
s.license = 'MIT'
s.author = { "Stan Tsai" => "feocms@gmail.com" }
s.source = { :git => "https://github.com/StreetVoice/HysteriaPlayer.git", :tag => "2.1.8" }
s.source = { :git => "https://github.com/StreetVoice/HysteriaPlayer.git", :tag => "2.1.9" }
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.9'
s.source_files = 'HysteriaPlayer/**/*.{h,m}'
Expand Down

0 comments on commit 4945c26

Please sign in to comment.