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