1 Star 0 Fork 46

wenxin222222/STDbObject

forked from stlwtr/STDbObject 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
STDbKit.podspec 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
stlwtr 提交于 2014-10-17 19:59 . 支持cocoapods
#
# Be sure to run `pod lib lint STDbKit.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
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://git.oschina.net/yanglishuan/STDbObject"
s.license = 'MIT'
s.author = { "yls" => "2008.yls@163.com" }
s.source = { :git => "https://git.oschina.net/yanglishuan/STDbObject.git", :tag => '1.0' }
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Pod/Classes'
s.public_header_files = 'Pod/Classes/Public/**/*.h'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wxvvdj/STDbObject.git
git@gitee.com:wxvvdj/STDbObject.git
wxvvdj
STDbObject
STDbObject
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385