blob: a10f7f8f52e5921c198a779cf6e9d861a159b320 [file] [log] [blame]
{
"name": "STK",
"version": "4.6.1",
"summary": "The Synthesis ToolKit in C++ is a set of open source audio signal processing and algorithmic synthesis classes.",
"homepage": "https://ccrma.stanford.edu/software/stk/",
"source": {
"git": "https://github.com/thestk/stk.git",
"tag": "4.6.1"
},
"license": {
"type": "MIT"
},
"authors": {
"Ariel Elkin": "ariel@arivibes.com"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"src/*.cpp",
"include/*.h"
],
"public_header_files": [
"include/*.h",
"include/SKINImsg.h",
"include/SKINItbl.h"
],
"exclude_files": [
"include/Thread.h",
"src/Thread.cpp",
"include/Mutex.h",
"src/Mutex.cpp",
"include/UdpSocket.h",
"src/UdpSocket.cpp",
"include/Socket.h",
"src/Socket.cpp",
"include/TcpClient.h",
"src/TcpClient.cpp",
"include/TcpServer.h",
"src/TcpServer.cpp",
"include/InetWvIn.h",
"src/InetWvIn.cpp",
"include/InetWvOut.h",
"src/InetWvOut.cpp",
"include/RtAudio.h",
"src/RtAudio.cpp",
"include/RtMidi.h",
"src/RtMidi.cpp",
"include/RtWvIn.h",
"src/RtWvIn.cpp",
"include/RtWvOut.h",
"src/RtWvOut.cpp",
"include/RtError.h"
],
"preserve_paths": "README.MD",
"resource_bundles": {
"rawwaves": "rawwaves/*.raw"
},
"libraries": "c++"
}