blob: 9357717ca03b1fa9db87243e953a3893bfe9cc15 [file] [log] [blame]
{
"name": "SYFMDBModel",
"version": "0.0.4",
"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.4"
},
"source_files": "SYFMDBModel/**/*.{h,m}",
"frameworks": "UIKit",
"libraries": "objc",
"dependencies": {
"FMDB": [
"2.7.2"
]
}
}