blob: 95446b1021978d8eac46d0a80036af77d394c3bf [file] [log] [blame]
{
"name": "Finch",
"version": "1.0.2",
"summary": "Simple, low-latency OpenAL sound engine for Apple iOS.",
"homepage": "https://github.com/zoul/Finch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomáš Znamenáček": "tomas.znamenacek@gmail.com"
},
"source": {
"git": "https://github.com/zoul/Finch.git",
"tag": "1.0.2"
},
"platforms": {
"ios": null
},
"source_files": "Finch/**/*.{h,m}",
"exclude_files": "Finch/**/*Test*",
"frameworks": [
"OpenAL",
"AudioToolbox",
"AVFoundation"
],
"requires_arc": true
}