Skip to content

Commit

Permalink
Update .podspec, OS X compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
saiday committed Oct 23, 2015
1 parent d86454f commit 1b7b79a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HysteriaPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pod::Spec.new do |s|
s.name = "HysteriaPlayer"
s.version = "2.1.2"
s.summary = "Objective-C remote audio player (AVPlayer extends)"
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.2" }
s.platform = :ios, '6.0'
s.ios.platform = :ios, '6.0'
s.osx.platform = :osx, '10.9'
s.source_files = 'HysteriaPlayer/**/*.{h,m}'
s.resources = 'HysteriaPlayer/point1sec.{mp3}'
s.frameworks = 'CoreMedia', 'AudioToolbox', 'AVFoundation'
Expand Down

0 comments on commit 1b7b79a

Please sign in to comment.