blob: 60dd3d1ae585c4f6f33afc4921c138b6571161de [file] [log] [blame]
{
"name": "XLPersistence",
"version": "0.1.0",
"summary": "easy to add persistence feature with fmdb",
"description": "将一个对象作为一张表,封装数据库操作的一些简单方法,能够在不加任何代码的情况下使对象具有存入到数据库的功能",
"homepage": "https://github.com/xlnevermore/XLPersistence",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xlnevermore": "xlnevermore@126.com"
},
"source": {
"git": "https://github.com/xlnevermore/XLPersistence.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XLPersistence/Classes/**/*",
"dependencies": {
"FMDB": [
]
}
}