Skip to content

Commit

Permalink
Update podspec to 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
saiday committed Apr 20, 2016
1 parent 1317901 commit fe56efe
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.7"
s.version = "2.1.8"
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.7" }
s.source = { :git => "https://github.com/StreetVoice/HysteriaPlayer.git", :tag => "2.1.8" }
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.9'
s.source_files = 'HysteriaPlayer/**/*.{h,m}'
Expand Down

0 comments on commit fe56efe

Please sign in to comment.