Latest | 0.2.1 |
---|---|
Homepage | https://github.com/Invisibi/HLOpenALPrompter |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | OpenAL |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
HLOpenALPrompter is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "HLOpenALPrompter"
Author
KenKuan, [email protected]
License
HLOpenALPrompter is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "HLOpenALPrompter", "version": "0.2.1", "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": "[email protected]" }, "source": { "git": "https://github.com/Invisibi/HLOpenALPrompter.git", "tag": "0.2.1" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "HLOpenALPrompter": [ "Pod/Assets/*.png" ] }, "frameworks": "OpenAL" }
Tue, 01 Mar 2016 22:19:03 +0000