forked from AudioKit/AudioKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AudioKit.podspec.json
38 lines (38 loc) · 1.08 KB
/
AudioKit.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "AudioKit",
"version": "3.2",
"authors": {
"Aurelius Prochazka": "[email protected]"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://audiokit.io/",
"social_media_url": "http://twitter.com/AudioKitMan",
"documentation_url": "http://audiokit.io/docs/",
"source": {
"http": "https://github.com/audiokit/AudioKit/releases/download/v3.2/AudioKit.framework.zip"
},
"summary": "Open-source audio synthesis, processing, & analysis platform.",
"platforms": {
"osx": "10.11",
"ios": "9.0",
"tvos": "9.0"
},
"frameworks": [
"AVFoundation"
],
"osx": {
"public_header_files": "OSX/AudioKit.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "OSX/AudioKit.framework"
},
"ios": {
"public_header_files": "iOS/AudioKit.framework/Headers/*.h",
"vendored_frameworks": "iOS/AudioKit.framework"
},
"tvos": {
"public_header_files": "tvOS/AudioKit.framework/Headers/*.h",
"vendored_frameworks": "tvOS/AudioKit.framework"
}
}