Skip to content

Commit

Permalink
Dev: fix whisper.cpp.podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
vs-savchenko committed May 28, 2024
1 parent 6e28974 commit 0ba2126
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions whisper.cpp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Pod::Spec.new do |spec|
"ggml.h",
"whisper.cpp",
"whisper.h",
"whisper.h",
"ggml-alloc.c",
"ggml-alloc.h",
"ggml-backend.c",
Expand All @@ -35,9 +34,7 @@ Pod::Spec.new do |spec|
"ggml-backend-impl.h",
"ggml-common.h",
"ggml-metal.h",
"ggml-metal.m",
"spm-headers/ggml.h",
"spm-headers/whisper.h"
"ggml-metal.m"

spec.exclude_files =
"bindings",
Expand All @@ -54,7 +51,8 @@ Pod::Spec.new do |spec|
"Makefile"

spec.public_header_files =
"spm-headers/*.h"
"whisper.h",
"ggml.h"

spec.resource = "ggml-metal.metal"

Expand Down

0 comments on commit 0ba2126

Please sign in to comment.