[Add] PBCamera 1.0.2
[CocoaPods.git] / Specs / 1 / 6 / 8 / AudioKit / 4.11.1 / AudioKit.podspec.json
blob80447676415a3cd93454018b0d93cf5e8b911243
2   "name": "AudioKit",
3   "version": "4.11.1",
4   "authors": {
5     "Aurelius Prochazka": "audiokit@audiokit.io"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "http://audiokit.io/",
12   "social_media_url": "https://twitter.com/AudioKitMan",
13   "documentation_url": "http://audiokit.io/docs/",
14   "static_framework": true,
15   "source": {
16     "http": "https://github.com/AudioKit/AudioKit/releases/download/v4.11.1/AudioKit.xcframework.zip"
17   },
18   "summary": "Open-source audio synthesis, processing, & analysis platform.",
19   "platforms": {
20     "osx": "10.11",
21     "ios": "10.0",
22     "tvos": "10.0"
23   },
24   "cocoapods_version": ">= 1.9.0",
25   "frameworks": [
26     "AVFoundation"
27   ],
28   "libraries": [
29     "c++"
30   ],
31   "user_target_xcconfig": {
32     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES",
33     "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
34   },
35   "subspecs": [
36     {
37       "name": "Core",
38       "vendored_frameworks": "AudioKit.xcframework"
39     },
40     {
41       "name": "UI",
42       "dependencies": {
43         "AudioKit/Core": [
45         ]
46       },
47       "vendored_frameworks": "AudioKitUI.xcframework"
48     }
49   ],
50   "swift_version": "5.0"