blob: cc62a7eba35f5f2a1bf3686e62ca4e853042dfb9 [file] [log] [blame]
{
"name": "SwpFMDB",
"version": "2.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": "8.0"
},
"source": {
"git": "https://github.com/swp-song/SwpFMDB.git",
"tag": "2.1.2"
},
"source_files": [
"SwpFMDB",
"SwpFMDB/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}