blob: bc50c05440849fe00f04387d1195794bc8087fe0 [file] [log] [blame]
{
"name": "SYFMDBModel",
"version": "0.0.1",
"summary": "对FMDB进行扩展",
"description": "对FMDB进行扩展, 效果是可以对对象进行存储并从数据库中得到对象",
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/gushengya/SYFMDBModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gushengya": "759705236@qq.com"
},
"source": {
"git": "https://github.com/gushengya/SYFMDBModel.git",
"tag": "0.0.1"
},
"source_files": "SYFMDBModel/*.{h,m}",
"frameworks": "UIKit",
"libraries": "objc",
"dependencies": {
"FMDB": [
"2.7.2"
]
}
}