/
mrchn
/
craft-ios
Обзор
Документация
Войти
/
mrchn
/
craft-ios
Код
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
modules/document-toolkit/ios/DocumentToolkit.podspec
16 строк
573 B
mrchn
added readEntry, repackWithEntry for native zip unpacking
05 июл 2026, 11:51
05 июл 2026, 11:51
2a92702
Код
Авторство
О чём код?
# @/modules/document-toolkit/ios/DocumentToolkit.podspec Pod::Spec.new do |s| s.name = 'DocumentToolkit' s.version = '0.2.0' s.summary = 'DOCX to PDF WebView converter.' s.author = 'mrchn' s.license = 'MIT' s.homepage = 'https://mrchn.github.io/craft-ios' s.platforms = { :ios => '16.4' } s.source = { :path => '.' } s.static_framework = true s.dependency 'ExpoModulesCore' s.dependency 'ZIPFoundation', '~> 0.9' s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } s.source_files = '**/*.{swift}' end