blob: 6d729b2a2e62bd607985d98ef2a9ec1a22ea471e [file] [log] [blame]
{
"name": "MetalAudioShaders",
"version": "0.1.0",
"summary": "MAS",
"description": "MPS like shaders for audio processing. Spectrogram. Conv1d",
"homepage": "https://github.com/techpro-studio/MetalAudioShaders",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleksii Moiseenko": "oleksiimoiseenko@gmail.com"
},
"source": {
"git": "https://github.com/techpro-studio/MetalAudioShaders.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source_files": "MetalAudioShaders/**/*.{h,m,metal}",
"exclude_files": "MetalAudioShaders/*.plist",
"ios": {
"pod_target_xcconfig": {
"METAL_LIBRARY_OUTPUT_DIR": "${TARGET_BUILD_DIR}/MetalAudioShaders.bundle/"
}
},
"osx": {
"pod_target_xcconfig": {
"METAL_LIBRARY_OUTPUT_DIR": "${TARGET_BUILD_DIR}/MetalAudioShaders.bundle/Contents/Resources/"
}
},
"resource_bundles": {
"MetalAudioShaders": [
"MetalAudioShaders/CocoaPodsBundledResourcePlaceholder"
]
},
"weak_frameworks": [
"MetalPerformanceShaders",
"Metal"
]
}