blob: 5509bd39dfec061b1b1ea83b205840fda787f7d8 [file] [log] [blame]
{
"name": "JYDataBase",
"version": "1.0.6",
"summary": "对FMDB的轻量级封装,帮助快速创建管理移动端数据库.",
"homepage": "https://github.com/weijingyunIOS/JYDatabase",
"license": "MIT",
"authors": {
"魏景云": "wei_jingyun@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/weijingyunIOS/JYDatabase.git",
"branch": "master",
"tag": "1.0.6"
},
"requires_arc": true,
"source_files": "JYDatabase - OC/JYDatabase - OC/JYDatabase/*.{h,m}",
"public_header_files": "JYDatabase - OC/JYDatabase - OC/JYDatabase/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"FMDB": [
"~> 2.6.2"
]
}
}