[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 3 / STK / 4.6.1 / STK.podspec.json
bloba10f7f8f52e5921c198a779cf6e9d861a159b320
2   "name": "STK",
3   "version": "4.6.1",
4   "summary": "The Synthesis ToolKit in C++ is a set of open source audio signal processing and algorithmic synthesis classes.",
5   "homepage": "https://ccrma.stanford.edu/software/stk/",
6   "source": {
7     "git": "https://github.com/thestk/stk.git",
8     "tag": "4.6.1"
9   },
10   "license": {
11     "type": "MIT"
12   },
13   "authors": {
14     "Ariel Elkin": "ariel@arivibes.com"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "source_files": [
20     "src/*.cpp",
21     "include/*.h"
22   ],
23   "public_header_files": [
24     "include/*.h",
25     "include/SKINImsg.h",
26     "include/SKINItbl.h"
27   ],
28   "exclude_files": [
29     "include/Thread.h",
30     "src/Thread.cpp",
31     "include/Mutex.h",
32     "src/Mutex.cpp",
33     "include/UdpSocket.h",
34     "src/UdpSocket.cpp",
35     "include/Socket.h",
36     "src/Socket.cpp",
37     "include/TcpClient.h",
38     "src/TcpClient.cpp",
39     "include/TcpServer.h",
40     "src/TcpServer.cpp",
41     "include/InetWvIn.h",
42     "src/InetWvIn.cpp",
43     "include/InetWvOut.h",
44     "src/InetWvOut.cpp",
45     "include/RtAudio.h",
46     "src/RtAudio.cpp",
47     "include/RtMidi.h",
48     "src/RtMidi.cpp",
49     "include/RtWvIn.h",
50     "src/RtWvIn.cpp",
51     "include/RtWvOut.h",
52     "src/RtWvOut.cpp",
53     "include/RtError.h"
54   ],
55   "preserve_paths": "README.MD",
56   "resource_bundles": {
57     "rawwaves": "rawwaves/*.raw"
58   },
59   "libraries": "c++"