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