[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 9 / c / 3 / STK / 4.5.1 / STK.podspec.json
blob5a8fec733a47da6ca559a28abd897bb67b0770fd
2   "name": "STK",
3   "version": "4.5.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   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Gary Scavone": "gary@ccrma.stanford.edu",
11     "Perry Cook": "prc@CS.Princeton.EDU"
12   },
13   "source": {
14     "git": "https://github.com/thestk/stk.git",
15     "tag": "4.5.1"
16   },
17   "platforms": {
18     "ios": "5.1",
19     "osx": "10.7"
20   },
21   "source_files": [
22     "src/*.cpp",
23     "include/*.h"
24   ],
25   "public_header_files": [
26     "include/*.h",
27     "include/SKINImsg.h",
28     "include/SKINItbl.h"
29   ],
30   "exclude_files": [
31     "include/Thread.h",
32     "src/Thread.cpp",
33     "include/Mutex.h",
34     "src/Mutex.cpp",
35     "include/UdpSocket.h",
36     "src/UdpSocket.cpp",
37     "include/Socket.h",
38     "src/Socket.cpp",
39     "include/TcpClient.h",
40     "src/TcpClient.cpp",
41     "include/TcpServer.h",
42     "src/TcpServer.cpp",
43     "include/InetWvIn.h",
44     "src/InetWvIn.cpp",
45     "include/InetWvOut.h",
46     "src/InetWvOut.cpp",
47     "include/RtAudio.h",
48     "src/RtAudio.cpp",
49     "include/RtMidi.h",
50     "src/RtMidi.cpp",
51     "include/RtWvIn.h",
52     "src/RtWvIn.cpp",
53     "include/RtWvOut.h",
54     "src/RtWvOut.cpp",
55     "include/RtError.h"
56   ],
57   "preserve_paths": "README.MD",
58   "resource_bundles": {
59     "rawwaves": "rawwaves/*.raw"
60   },
61   "requires_arc": true