blob: b1e2249404d5ae933f8e6b2e5f0a633402198c37 [file] [log] [blame]
{
"name": "CJFMDBFileManager",
"version": "0.0.8",
"summary": "easier to use FMDB.",
"homepage": "https://github.com/dvlproad/CommonFMDBUtil",
"license": "MIT",
"authors": {
"dvlproad": "studyroad@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CommonFMDBUtil.git",
"tag": "CJFMDBFileManager_0.0.8"
},
"source_files": "CJFMDBFileManager/**/*.{h,m}",
"resources": "CJFMDBFileManager/demofmdb.db",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.6.2"
]
}
}