blob: 1251d2d39843df533a633f0369fd789295035e2d [file] [log] [blame]
{
"name": "NBDataBase",
"version": "0.0.3",
"summary": "an orm database.",
"description": "orm database.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/zhfeng20108/NBDataBase",
"license": "MIT",
"authors": {
"zhfeng": "hhzhangfeng2008@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/zhfeng20108/NBDataBase.git",
"tag": "0.0.3"
},
"source_files": "NBDataBase/*.{h,m}",
"libraries": "sqlite3.0",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}