blob: f821ed7a5d3757b8539e8f9b6ca0b89bd5b7d231 [file] [log] [blame]
{
"name": "Finch",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": null
},
"prefix_header_file": "Finch/Lib-Prefix.pch",
"source_files": "Finch/**/*.{h,m}",
"exclude_files": "Finch/**/*Test*",
"frameworks": [
"OpenAL",
"AudioToolbox",
"AVFoundation"
],
"requires_arc": true
}