blob: 3bf55c5f88ce95e1b6200486fb633c3583c1dace [file] [log] [blame]
{
"name": "JSQSystemSoundPlayer",
"version": "4.1.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.1.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
}