Skip to content

Commit 3d51873

Browse files
committed
update spec
1 parent 78b41d8 commit 3d51873

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

JSQSystemSoundPlayer.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ Pod::Spec.new do |s|
22
s.name = 'JSQSystemSoundPlayer'
33
s.version = '3.0.0'
44
s.license = 'MIT'
5+
56
s.summary = 'A fancy Obj-C wrapper for Cocoa System Sound Services'
67
s.homepage = 'https://github.com/jessesquires/JSQSystemSoundPlayer'
8+
s.documentation_url = 'http://jessesquires.com/JSQSystemSoundPlayer'
79

810
s.social_media_url = 'https://twitter.com/jesse_squires'
911
s.author = { 'Jesse Squires' => '[email protected]' }
@@ -12,9 +14,9 @@ Pod::Spec.new do |s|
1214
s.source_files = 'JSQSystemSoundPlayer/JSQSystemSoundPlayer/*.{h,m}'
1315

1416
s.ios.deployment_target = '6.0'
15-
s.osx.deployment_target = '10.7'
16-
1717
s.ios.frameworks = 'AudioToolbox', 'Foundation', 'UIKit'
18+
19+
s.osx.deployment_target = '10.7'
1820
s.osx.frameworks = 'AudioToolbox', 'Foundation'
1921

2022
s.requires_arc = true

0 commit comments

Comments
 (0)