1 Star 0 Fork 0

22:22 / MMKV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MMKVAppExtension.podspec 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
guoling 提交于 2021-07-09 11:01 . prepare for v1.2.11
Pod::Spec.new do |s|
s.name = "MMKVAppExtension"
s.version = "1.2.11"
s.summary = "MMKV is a cross-platform key-value storage framework developed by WeChat."
s.module_name = "MMKVAppExtension"
s.description = <<-DESC
The MMKV for iOS App Extensions.
MMKV is an efficient, complete, easy-to-use mobile key-value storage framework used in the WeChat application.
It can be a replacement for NSUserDefaults & SQLite.
DESC
s.homepage = "https://github.com/Tencent/MMKV"
s.license = { :type => "BSD 3-Clause", :file => "LICENSE.TXT"}
s.author = { "guoling" => "guoling@tencent.com" }
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/Tencent/MMKV.git", :tag => "v#{s.version}" }
s.source_files = "iOS/MMKV/MMKV", "iOS/MMKV/MMKV/*.{h,mm,hpp}"
s.public_header_files = "iOS/MMKV/MMKV/MMKV.h", "iOS/MMKV/MMKV/MMKVHandler.h"
s.framework = "CoreFoundation"
s.libraries = "z", "c++"
s.requires_arc = false
s.pod_target_xcconfig = {
"CLANG_CXX_LANGUAGE_STANDARD" => "gnu++17",
"CLANG_CXX_LIBRARY" => "libc++",
"CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF" => "NO",
"GCC_PREPROCESSOR_DEFINITIONS" => "MMKV_IOS_EXTENSION",
}
s.dependency 'MMKVCore', '~> 1.2.11'
end
1
https://gitee.com/t326618680/MMKV.git
git@gitee.com:t326618680/MMKV.git
t326618680
MMKV
MMKV
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891