1 Star 0 Fork 0

zz-github-forks/realm-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
RealmCore.podspec 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
# Info
s.name = 'RealmCore'
s.version = `sh build.sh get-version`
s.summary = 'Realm Core'
s.homepage = 'https://realm.io'
s.source = { :git => 'https://github.com/realm/realm-core.git', :tag => "v#{s.version}" }
s.author = 'Realm'
s.license = 'Apache 2.0'
# Compilation
s.libraries = 'c++'
s.header_mappings_dir = 'src'
s.source_files = 'src/realm.hpp', 'src/realm/*.{h,hpp,cpp}', 'src/realm/{util,impl}/*.{h,hpp,cpp}'
s.exclude_files = 'src/realm/{config_tool,importer_tool,realmd,schema_dumper}.cpp'
s.compiler_flags = '-DREALM_ENABLE_ASSERTIONS',
'-DREALM_ENABLE_ENCRYPTION'
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES',
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++14',
'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/RealmCore/src"' }
# Platforms
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zz-github-forks/realm-core.git
git@gitee.com:zz-github-forks/realm-core.git
zz-github-forks
realm-core
realm-core
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385