blob: b11ac730ac8919992e9190200b9f81c920cffa36 [file] [log] [blame]
{
"name": "SwishControl",
"version": "0.1.0",
"summary": "Attach sound effects to UIControls",
"description": " A cateogory on UIControl for adding sound effects for different events.\n",
"homepage": "https://github.com/mikaoj/SwishControl",
"license": "MIT",
"authors": {
"Joakim Gyllstrom": "joakim@backslashed.se"
},
"source": {
"git": "https://github.com/mikaoj/SwishControl.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"private_header_files": "Pod/Classes/BSSoundContainer.h",
"frameworks": [
"UIKit",
"AudioToolbox"
]
}