blob: 41b763e33c719904aa2a2e7e1ba48e98c55c0bf6 [file] [log] [blame]
{
"name": "JSQSystemSoundPlayer",
"version": "4.2.0",
"license": "MIT",
"summary": "A fancy Obj-C wrapper for Cocoa System Sound Services",
"homepage": "https://github.com/jessesquires/JSQSystemSoundPlayer",
"documentation_url": "http://jessesquires.com/JSQSystemSoundPlayer",
"social_media_url": "https://twitter.com/jesse_squires",
"authors": {
"Jesse Squires": "jesse.squires.developer@gmail.com"
},
"source": {
"git": "https://github.com/jessesquires/JSQSystemSoundPlayer.git",
"tag": "4.2.0"
},
"source_files": "JSQSystemSoundPlayer/JSQSystemSoundPlayer/*.{h,m}",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"ios": {
"frameworks": [
"AudioToolbox",
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"AudioToolbox",
"Foundation"
]
},
"requires_arc": true
}