加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
STDbKit.podspec 696 Bytes
一键复制 编辑 原始数据 按行查看 历史
stlwtr 提交于 2014-10-31 09:22 . rebuild project tree
Pod::Spec.new do |s|
s.name = "STDbKit"
s.version = '1.0'
s.summary = "like CoreData, object auto convert to sqlite3."
s.description = "this provide class of STDbObject which you can use conveniently to insert, select, update, delete."
s.homepage = "https://github.com/xiaoliyang/STDbKit"
s.license = 'MIT'
s.author = { "stlwtr" => "2008.yls@163.com" }
s.source = { :git => "https://github.com/xiaoliyang/STDbKit.git", :tag => '1.0' }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = 'STDbKit/**/*.{h,m}'
s.public_header_files = 'STDbKit/Classes/*.h'
s.library = "sqlite3"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化