blob: c64766b3a22940e5d655a0aea917db88ab50acbf [file] [log] [blame]
{
"name": "JYDataBase",
"version": "1.0.0",
"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",
"tag": "v1.0.0"
},
"source_files": "JYDatabase - OC/JYDatabase - OC/JYDatabase/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"FMDB": [
"~> 2.6.2"
]
}
}