Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
saiday committed Jun 11, 2015
1 parent 9a417db commit ed2a7b5
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.0"
s.version = "2.1.1"
s.summary = "Objective-C remote audio player (AVPlayer extends)"
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.0" }
s.source = { :git => "https://github.com/StreetVoice/HysteriaPlayer.git", :tag => "2.1.1" }
s.platform = :ios, '6.0'
s.source_files = 'HysteriaPlayer/**/*.{h,m}'
s.resources = 'HysteriaPlayer/point1sec.{mp3}'
Expand Down

0 comments on commit ed2a7b5

Please sign in to comment.