Nomad changes
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s

This commit is contained in:
Henrik Jess Nielsen
2026-06-01 23:40:55 +02:00
parent 72b1a0a6ed
commit b4c07d3693
5723 changed files with 1130655 additions and 0 deletions

20
packages/dart/ios/kreuzberg.podspec generated Normal file
View File

@@ -0,0 +1,20 @@
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint kreuzberg.podspec` to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'kreuzberg'
s.version = '5.0.0-rc.1'
s.summary = 'Rust document intelligence library — Flutter FFI plugin for iOS.'
s.description = <<-DESC
Flutter FFI plugin wrapping kreuzberg — document text extraction for iOS.
DESC
s.homepage = 'https://kreuzberg.dev'
s.license = { :type => 'Elastic-2.0', :file => '../LICENSE' }
s.author = { 'kreuzberg-dev' => 'hello@kreuzberg.dev' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.ios.deployment_target = '16.0'
s.vendored_frameworks = 'Frameworks/libkreuzberg_dart.xcframework'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end