[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 9 / b / MetalAudioShaders / 0.1.0 / MetalAudioShaders.podspec.json
blob6d729b2a2e62bd607985d98ef2a9ec1a22ea471e
2   "name": "MetalAudioShaders",
3   "version": "0.1.0",
4   "summary": "MAS",
5   "description": "MPS like shaders for audio processing. Spectrogram. Conv1d",
6   "homepage": "https://github.com/techpro-studio/MetalAudioShaders",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleksii Moiseenko": "oleksiimoiseenko@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/techpro-studio/MetalAudioShaders.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13"
22   },
23   "source_files": "MetalAudioShaders/**/*.{h,m,metal}",
24   "exclude_files": "MetalAudioShaders/*.plist",
25   "ios": {
26     "pod_target_xcconfig": {
27       "METAL_LIBRARY_OUTPUT_DIR": "${TARGET_BUILD_DIR}/MetalAudioShaders.bundle/"
28     }
29   },
30   "osx": {
31     "pod_target_xcconfig": {
32       "METAL_LIBRARY_OUTPUT_DIR": "${TARGET_BUILD_DIR}/MetalAudioShaders.bundle/Contents/Resources/"
33     }
34   },
35   "resource_bundles": {
36     "MetalAudioShaders": [
37       "MetalAudioShaders/CocoaPodsBundledResourcePlaceholder"
38     ]
39   },
40   "weak_frameworks": [
41     "MetalPerformanceShaders",
42     "Metal"
43   ]