blob: 549cd7e6613982a26d893b9b2d5df6fcbae03bac [file] [log] [blame]
{
"name": "HLOpenALPrompter",
"version": "0.2.0",
"summary": "HLOpenALPrompter is a wrapper for playing sound by OpenAL",
"description": " HLOpenALPrompter let you easily play sound through OpenAL.\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/Invisibi/HLOpenALPrompter",
"license": "MIT",
"authors": {
"KenKuan": "kenkuan@hooloop.com"
},
"source": {
"git": "https://github.com/Invisibi/HLOpenALPrompter.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HLOpenALPrompter": [
"Pod/Assets/*.png"
]
},
"frameworks": "OpenAL"
}