blob: 715716856a89da6200197327a698f63d4286be93 [file] [log] [blame]
{
"name": "LYFMDBManager",
"version": "1.0.0",
"summary": "An easy way to use FMDB without writing any SQL code by yourself",
"description": "A Tool that make it easy to use FMDB without writing any SQL code by yourself",
"homepage": "https://github.com/LustySwimmer/LYFMDBManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lusty": "LustySwimmer@gmail.com"
},
"source": {
"git": "https://github.com/LustySwimmer/LYFMDBManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LYFMDBManager/Classes/**/*",
"dependencies": {
"MJExtension": [
],
"FMDB": [
]
}
}