@novastera-oss/llamarn 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RNLlamaCpp.podspec +3 -0
- package/package.json +1 -1
package/RNLlamaCpp.podspec
CHANGED
|
@@ -12,6 +12,9 @@ Pod::Spec.new do |s|
|
|
|
12
12
|
|
|
13
13
|
s.platforms = { :ios => "13.0" }
|
|
14
14
|
s.source = { :git => "https://github.com/novastera/llamacpp-rn.git", :tag => "#{s.version}" }
|
|
15
|
+
|
|
16
|
+
# Mark as static framework to resolve CocoaPods error about mixed static/dynamic frameworks
|
|
17
|
+
s.static_framework = true
|
|
15
18
|
|
|
16
19
|
# Core React Native module files - keep iOS-specific files separate
|
|
17
20
|
s.source_files = "ios/**/*.{h,m,mm}", # iOS-specific Obj-C++ files
|