blob: 4e647438831159c4b83d61bc43a86bcfb9fcaec2 [file] [log] [blame]
{
"name": "JSQSystemSoundPlayer",
"version": "3.0.0",
"license": "MIT",
"summary": "A fancy Obj-C wrapper for Cocoa System Sound Services",
"homepage": "https://github.com/jessesquires/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": "3.0.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
}