blob: eb8193b56e591d7ebd64abab4a1a95f819c38999 [file] [log] [blame]
{
"name": "PoporFMDB",
"version": "1.11",
"summary": "Init FMDB table; update db table column; simple sql tool;",
"homepage": "https://github.com/popor/PoporFMDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popor": "908891024@qq.com"
},
"source": {
"git": "https://github.com/popor/PoporFMDB.git",
"tag": "1.11"
},
"requires_arc": true,
"ios": {
"frameworks": "Foundation"
},
"tvos": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "PoporFMDB/Classes/*.{h,m}",
"dependencies": {
"FMDB": [
]
}
}