/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
rnmodules/kb-common/KBCommon.podspec
17 строк
569 B
chrisnojima-zoom
try xcode ordering changes (#28532)
08 окт 2025, 22:57
Не верифицирован
08 окт 2025, 22:57
e1c5f2b
Код
Авторство
О чём код?
Pod::Spec.new do |s| s.name = 'KBCommon' s.summary = 'KBCommon' s.homepage = 'https://github.com/keybase/client' s.license = 'BSD-3' s.authors = 'keybase (https://github.com/keybase/client)' s.version = '1.0.0' s.source = { :git => 'https://github.com/keybase/client.git' } s.source_files = 'src/**/*.{h,m,swift}' s.public_header_files = 'src/**/*.h' s.requires_arc = true s.module_name = 'KBCommon' s.swift_version = '5.0' s.pod_target_xcconfig = { 'SWIFT_INSTALL_OBJC_HEADER' => 'YES', } end