blob: 2560262c4bfb4ee586b141eb45e8158046416e2b [file] [log] [blame]
{
"name": "SwpFMDB",
"version": "1.1.2",
"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.2"
},
"source_files": [
"SwpFMDB",
"SwpFMDB/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}