blob: f88b88e1ec128092e2ab2627caef42a19ddde35d [file] [log] [blame]
{
"name": "EasyFMDB",
"version": "1.1.0",
"summary": "EasyFMDB provides a way of object oriented to use FMDB.",
"description": "now, EasyFMDB supports property of custom class instance which inherited from zyxbasemodel. Usage is the same as before.",
"homepage": "https://github.com/sytuzhouyong/EasyFMDB",
"license": "MIT",
"authors": {
"sytuzhouyong": "308872563@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sytuzhouyong/EasyFMDB.git",
"tag": "1.1.0"
},
"source_files": "*.{h,m}",
"exclude_files": "Tests",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.5"
]
}
}