blob: c340c0fa865c7b1ae84d9a3a404abf339d7d2d0b [file] [log] [blame]
{
"name": "ObjectAL-for-iPhone",
"version": "2.6.0",
"license": {
"type": "MIT",
"file": "ObjectAL/LICENSE.ObjectAL.txt"
},
"summary": "Mac and iOS Audio, minus the headache.",
"homepage": "http://kstenerud.github.io/ObjectAL-for-iPhone/",
"authors": {
"Karl Stenerud": "kstenerud@gmail.com"
},
"source": {
"git": "https://github.com/kstenerud/ObjectAL-for-iPhone.git",
"tag": "2.6.0"
},
"source_files": "ObjectAL/ObjectAL/**/*.[chm]",
"public_header_files": "ObjectAL/ObjectAL/**/*.h",
"platforms": {
"ios": "4.3",
"osx": "10.6",
"tvos": "9.0"
},
"requires_arc": false,
"ios": {
"frameworks": [
"OpenAL",
"AudioToolbox",
"AVFoundation"
]
}
}