blob: c27343f70fa3064b7b8882e9cd5ccb6c6b07dcdf [file] [log] [blame]
{
"name": "SwpFMDB",
"version": "1.1.5",
"summary": "封装 FMDB 避免 开发者写繁琐的SQL 语句, 使用简单粗暴",
"homepage": "https://github.com/swp-song/SwpFMDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
" swp_song": "396587868@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/swp-song/SwpFMDB.git",
"tag": "1.1.5"
},
"source_files": [
"SwpFMDB",
"SwpFMDB/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}