blob: 10ec5262e6d5c56c917a2164dbdb27ab075f30fd [file] [log] [blame]
{
"name": "EasyFMDB",
"version": "2.2.0",
"summary": "EasyFMDB provides a way of object oriented to use FMDB.",
"description": "EasyFMDB provides more simple interface to operate FMDB, more object oriented than before.",
"homepage": "https://github.com/sytuzhouyong/EasyFMDB",
"license": "MIT",
"authors": {
"zhouyong": "308872563@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sytuzhouyong/EasyFMDB.git",
"tag": "2.2.0"
},
"source_files": "*.{h,m}",
"exclude_files": "Tests",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.5"
]
}
}