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