[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / 8 / AudioKit / 5.1.0 / AudioKit.podspec.json
blobdd7f0f6d77714e2c896b0d4fbee283d9a39f0ce0
2   "name": "AudioKit",
3   "version": "5.1.0",
4   "authors": {
5     "Aurelius Prochazka": "audiokit@audiokit.io"
6   },
7   "license": {
8     "type": "MIT"
9   },
10   "homepage": "http://audiokit.io/",
11   "social_media_url": "https://twitter.com/AudioKitMan",
12   "documentation_url": "http://audiokit.io/docs/",
13   "static_framework": true,
14   "source": {
15     "http": "https://github.com/AudioKit/AudioKit/releases/download/v5.1.0/AudioKit.xcframeworks.zip"
16   },
17   "summary": "Open-source audio synthesis, processing, & analysis platform.",
18   "platforms": {
19     "osx": "10.14",
20     "ios": "11.0",
21     "tvos": "11.0"
22   },
23   "cocoapods_version": ">= 1.9.0",
24   "frameworks": [
25     "AVFoundation"
26   ],
27   "libraries": [
28     "c++"
29   ],
30   "user_target_xcconfig": {
31     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES",
32     "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "dependencies": {
38         "AudioKit/C": [
40         ]
41       },
42       "vendored_frameworks": "AudioKit.xcframework"
43     },
44     {
45       "name": "C",
46       "dependencies": {
47         "AudioKit/STK": [
49         ],
50         "AudioKit/Sporth": [
52         ],
53         "AudioKit/Soundpipe": [
55         ]
56       },
57       "vendored_frameworks": "CAudioKit.xcframework"
58     },
59     {
60       "name": "STK",
61       "vendored_frameworks": "STK.xcframework"
62     },
63     {
64       "name": "Soundpipe",
65       "vendored_frameworks": "soundpipe.xcframework"
66     },
67     {
68       "name": "Sporth",
69       "dependencies": {
70         "AudioKit/Soundpipe": [
72         ]
73       },
74       "vendored_frameworks": "sporth.xcframework"
75     }
76   ],
77   "swift_version": "5.0"