blob: e37b71712b5bc2445f4d7eb837487288d098b7b4 [file] [log] [blame]
{
"name": "Finch",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": null
},
"source_files": "Finch/**/*.{h,m}",
"exclude_files": "Finch/**/*Test*",
"frameworks": [
"OpenAL",
"AudioToolbox",
"AVFoundation"
],
"requires_arc": true
}