3 Star 1 Fork 0

Gitee 极速下载 / whc-modelsqlitekit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/netyouli/WHC_ModelSqliteKit
克隆/下载
WHC_ModelSqliteKit.podspec 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
neityouli 提交于 2020-05-31 20:04 . 优化加强稳定性
Pod::Spec.new do |s|
s.name = "WHC_ModelSqliteKit"
s.version = "1.3.1"
s.summary = "专业数据模型存储解决方案(告别直接使用sqlite和coreData)"
s.homepage = "https://github.com/netyouli/WHC_ModelSqliteKit"
s.license = "MIT"
s.author = { "吴海超(WHC)" => "712641411@qq.com" }
s.platform = :ios
s.platform = :ios, "6.0"
s.source = { :git => "https://github.com/netyouli/WHC_ModelSqliteKit.git", :tag => "1.3.1"}
s.source_files = "WHC_ModelSqliteKit/WHC_ModelSqliteKit/*.{h,m}"
s.default_subspec = 'standard'
# use the built-in library version of sqlite3
s.subspec 'standard' do |ss|
ss.library = 'sqlite3'
ss.source_files = 'WHC_ModelSqliteKit/WHC_ModelSqliteKit/*.{h,m}'
ss.exclude_files = 'WHC_ModelSqliteKit/WHC_ModelSqlite.m'
end
# use SQLCipher and enable -DSQLITE_HAS_CODEC flag
s.subspec 'SQLCipher' do |ss|
ss.dependency 'SQLCipher'
ss.source_files = 'WHC_ModelSqliteKit/WHC_ModelSqliteKit/*.{h,m}'
ss.exclude_files = 'WHC_ModelSqliteKit/WHC_ModelSqlite.m'
ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1' }
end
# s.public_header_files = "Classes/**/*.h"
s.requires_arc = true
end
1
https://gitee.com/mirrors/whc-modelsqlitekit.git
git@gitee.com:mirrors/whc-modelsqlitekit.git
mirrors
whc-modelsqlitekit
whc-modelsqlitekit
master

搜索帮助