blob: 82446c532394248a093fc53210aca01aa54ee1b4 [file] [log] [blame]
{
"name": "AudioKit",
"version": "2.1.1",
"authors": {
"Aurelius Prochazka": "audiokit@audiokit.io"
},
"license": {
"type": "MIT"
},
"homepage": "http://audiokit.io/",
"source": {
"git": "https://github.com/audiokit/AudioKit.git",
"tag": "v2.1.1-05-06-2015"
},
"summary": "Open-source audio synthesis, processing, & analysis platform.",
"source_files": [
"AudioKit/Core Classes/**/*.{h,m}",
"AudioKit/Instruments/**/*.{h,m}",
"AudioKit/Notes/**/*.{h,m}",
"AudioKit/Operations/**/*.{h,m}",
"AudioKit/Parameters/**/*.{h,m}",
"AudioKit/Sequencing/**/*.{h,m}",
"AudioKit/Tables/**/*.{h,m}",
"AudioKit/Utilities/**/*.{h,m,c}",
"AudioKit/Platforms/Common/csound/*.{h,hpp}",
"AudioKit/Platforms/Common/*.{h,m}"
],
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"public_header_files": [
"AudioKit/Core Classes/**/*.h",
"AudioKit/Instruments/**/*.h",
"AudioKit/Notes/**/*.h",
"AudioKit/Operations/**/*.h",
"AudioKit/Parameters/**/*.h",
"AudioKit/Sequencing/**/*.h",
"AudioKit/Tables/**/*.h",
"AudioKit/Utilities/**/*.h",
"AudioKit/Platforms/Common/*.h"
],
"osx": {
"frameworks": "CsoundLib",
"vendored_frameworks": "AudioKit/Platforms/OSX/CsoundLib.framework"
},
"ios": {
"libraries": [
"csound",
"sndfile"
],
"source_files": [
"AudioKit/Platforms/Common/csound/*.{h,hpp}",
"AudioKit/Platforms/Common/*.h"
],
"vendored_libraries": [
"AudioKit/Platforms/iOS/libs/libcsound.a",
"AudioKit/Platforms/iOS/libs/libsndfile.a"
]
}
}