1 Star 1 Fork 1

Pure-iOS/MMKV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MMKVWatchExtension.podspec 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
guoling 提交于 2020-12-25 12:28 . prepare for v1.2.7
Pod::Spec.new do |s|
s.name = "MMKVWatchExtension"
s.version = "1.2.7"
s.summary = "MMKV is a cross-platform key-value storage framework developed by WeChat."
s.module_name = "MMKVWatchExtension"
s.description = <<-DESC
The MMKV for WatchOS 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.watchos.deployment_target = "2.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.7'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pure-iOS/MMKV.git
git@gitee.com:pure-iOS/MMKV.git
pure-iOS
MMKV
MMKV
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385