blob: 2e302d82ba410e72beafab6d6184c5d20d324ac0 [file] [log] [blame]
{
"name": "HLOpenALPrompter",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HLOpenALPrompter": [
"Pod/Assets/*.png"
]
},
"frameworks": "OpenAL"
}